From 91149aab52e98627a06fc1cf1f76b6b0a9405285 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Mar 2011 10:03:52 +0300 Subject: [PATCH] set default update method back to magpie --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index 2fd065a5..791d8431 100644 --- a/config.php-dist +++ b/config.php-dist @@ -86,7 +86,7 @@ // Connection charset for MySQL. If you have a legacy database and/or experience // garbage unicode characters with this option, try setting it to a blank string. - define('DEFAULT_UPDATE_METHOD', 1); + define('DEFAULT_UPDATE_METHOD', 0); // Which feed parsing library to use as default: // 0 - Magpie // 1 - SimplePie -- 2.39.5