mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 19:41:02 +00:00
Merge pull request #501 from mariroz/dev
fix of #498, #493, #494 - because disappeared in last commit
This commit is contained in:
commit
78dd437928
1 changed files with 1 additions and 0 deletions
1
inc/3rdparty/makefulltextfeed.php
vendored
1
inc/3rdparty/makefulltextfeed.php
vendored
|
@ -381,6 +381,7 @@ if (!$debug_mode) {
|
||||||
//////////////////////////////////
|
//////////////////////////////////
|
||||||
// Set up HTTP agent
|
// Set up HTTP agent
|
||||||
//////////////////////////////////
|
//////////////////////////////////
|
||||||
|
global $http;
|
||||||
$http = new HumbleHttpAgent();
|
$http = new HumbleHttpAgent();
|
||||||
$http->debug = $debug_mode;
|
$http->debug = $debug_mode;
|
||||||
$http->userAgentMap = $options->user_agents;
|
$http->userAgentMap = $options->user_agents;
|
||||||
|
|
Loading…
Reference in a new issue