fix of global $http visibility, issues #493, #494

This commit is contained in:
Maryana Rozhankivska 2014-02-24 12:19:46 +02:00
parent 92fc97eeb3
commit 25e1213d1b
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@ if (!$debug_mode) {
//////////////////////////////////
// Set up HTTP agent
//////////////////////////////////
global $http;
$http = new HumbleHttpAgent();
$http->debug = $debug_mode;
$http->userAgentMap = $options->user_agents;