From 63def06ca88cacdfc0688d450a22ff17f499ef88 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@bah.org.ru>
Date: Mon, 13 Sep 2010 15:54:24 +0400
Subject: [PATCH] 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

---
 functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions.php b/functions.php
index 2f895cd30..e7d95c152 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);
-- 
GitLab