From: Andrew Dolgov Date: Mon, 13 Sep 2010 11:54:24 +0000 (+0400) Subject: check_for_update: fix typo which caused incorrect output of print_runtime_error(... X-Git-Tag: 1.4.3.1~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=63def06ca88cacdfc0688d450a22ff17f499ef88;p=tt-rss.git check_for_update: fix typo which caused incorrect output of print_runtime_error() which caused RPC errors when DEFAULT_UPDATE_METHOD was set to SimplePie --- diff --git a/functions.php b/functions.php index 2f895cd3..e7d95c15 100644 --- a/functions.php +++ b/functions.php @@ -3966,7 +3966,7 @@ } error_reporting(0); - if (DEFAULT_UPDATE_INTERVAL == "1") { + if (DEFAULT_UPDATE_METHOD == "1") { $rss = new SimplePie(); $rss->set_useragent(SIMPLEPIE_USERAGENT . MAGPIE_USER_AGENT_EXT); // $rss->set_timeout(MAGPIE_FETCH_TIME_OUT);