From f5b5622a89fc24dcf9b65db5dd0d0306b3fba17f Mon Sep 17 00:00:00 2001 From: Maryana Rozhankivska Date: Tue, 25 Feb 2014 19:08:18 +0200 Subject: [PATCH] fix of #498, #493, #494 - because disappeared in last commit --- inc/3rdparty/makefulltextfeed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/3rdparty/makefulltextfeed.php b/inc/3rdparty/makefulltextfeed.php index b024547..135964f 100755 --- a/inc/3rdparty/makefulltextfeed.php +++ b/inc/3rdparty/makefulltextfeed.php @@ -381,6 +381,7 @@ if (!$debug_mode) { ////////////////////////////////// // Set up HTTP agent ////////////////////////////////// +global $http; $http = new HumbleHttpAgent(); $http->debug = $debug_mode; $http->userAgentMap = $options->user_agents;