diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-25 18:10:32 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-25 18:10:32 +0100 |
commit | 78dd4379285ee43125588d29643d6f9fba6aa8a6 (patch) | |
tree | 036d48cf13dae59df55cc7388ac811d54ae24b6f | |
parent | bb75d2b01a08c5d409ba7730195219ca7b306134 (diff) | |
parent | f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f (diff) | |
download | wallabag-78dd4379285ee43125588d29643d6f9fba6aa8a6.tar.gz wallabag-78dd4379285ee43125588d29643d6f9fba6aa8a6.tar.zst wallabag-78dd4379285ee43125588d29643d6f9fba6aa8a6.zip |
Merge pull request #501 from mariroz/dev
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; |