set_basic_feed_info: fix typo

This commit is contained in:
Andrew Dolgov 2016-11-30 14:09:57 +03:00
parent bfe1eb4e52
commit 3d5d289077
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@
$feed_data = fetch_file_contents($fetch_url, false,
$auth_login, $auth_pass, false,
FEED_FETCH_TIMEOUT_TIMEOUT,
FEED_FETCH_TIMEOUT,
0);
global $fetch_curl_used;