1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 20:41:27 +00:00

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

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;