From: Andrew Dolgov Date: Wed, 30 Nov 2016 11:09:57 +0000 (+0300) Subject: set_basic_feed_info: fix typo X-Git-Tag: 17.1~30 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;ds=sidebyside;h=3d5d289077243c5c297d150b0ef06584e882e4fc;p=tt-rss.git set_basic_feed_info: fix typo --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 3f4a0aef..e667df41 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -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;