]> git.wh0rd.org - tt-rss.git/commitdiff
config: set default update method to simplepie
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 18 Mar 2011 15:13:27 +0000 (18:13 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 18 Mar 2011 15:13:27 +0000 (18:13 +0300)
config.php-dist

index b4d09f434d91168d3147e69c17973f9370f05e94..4b6ab2975db34da16dfdb7ddd2934abb851382b5 100644 (file)
@@ -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