diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-25 19:08:18 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-25 19:08:18 +0200 |
commit | f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f (patch) | |
tree | 036d48cf13dae59df55cc7388ac811d54ae24b6f | |
parent | 2cf87a4da1b7d9c848b3e4650f3e02d2bfde1925 (diff) | |
download | wallabag-f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f.tar.gz wallabag-f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f.tar.zst wallabag-f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f.zip |
fix of #498, #493, #494 - because disappeared in last commit
-rwxr-xr-x | inc/3rdparty/makefulltextfeed.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/3rdparty/makefulltextfeed.php b/inc/3rdparty/makefulltextfeed.php index b024547f..135964f1 100755 --- a/inc/3rdparty/makefulltextfeed.php +++ b/inc/3rdparty/makefulltextfeed.php | |||
@@ -381,6 +381,7 @@ if (!$debug_mode) { | |||
381 | ////////////////////////////////// | 381 | ////////////////////////////////// |
382 | // Set up HTTP agent | 382 | // Set up HTTP agent |
383 | ////////////////////////////////// | 383 | ////////////////////////////////// |
384 | global $http; | ||
384 | $http = new HumbleHttpAgent(); | 385 | $http = new HumbleHttpAgent(); |
385 | $http->debug = $debug_mode; | 386 | $http->debug = $debug_mode; |
386 | $http->userAgentMap = $options->user_agents; | 387 | $http->userAgentMap = $options->user_agents; |