summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-18 18:13:27 +0300
committerAndrew Dolgov <[email protected]>2011-03-18 18:13:27 +0300
commit7198e1958041e4e306ef95647eae7475900fb3bc (patch)
tree43f7d3ce56d9be23572ace4e3fd667dfea3ed1d0 /config.php-dist
parent54ccf648be4ba00a39b48e641ca549c7a38b8979 (diff)
config: set default update method to simplepie
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index b4d09f434..4b6ab2975 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -89,7 +89,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', 0);
+ define('DEFAULT_UPDATE_METHOD', 1);
// Which feed parsing library to use as default:
// 0 - Magpie
// 1 - SimplePie