aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-02-25 19:08:18 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-02-25 19:08:18 +0200
commitf5b5622a89fc24dcf9b65db5dd0d0306b3fba17f (patch)
tree036d48cf13dae59df55cc7388ac811d54ae24b6f /inc/3rdparty
parent2cf87a4da1b7d9c848b3e4650f3e02d2bfde1925 (diff)
downloadwallabag-f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f.tar.gz
wallabag-f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f.tar.zst
wallabag-f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f.zip
fix of #498, #493, #494 - because disappeared in last commit
Diffstat (limited to 'inc/3rdparty')
-rwxr-xr-xinc/3rdparty/makefulltextfeed.php1
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//////////////////////////////////
384global $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;