From 3d5d289077243c5c297d150b0ef06584e882e4fc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Nov 2016 14:09:57 +0300 Subject: [PATCH] set_basic_feed_info: fix typo --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2