flip DEFAULT_UPDATE_METHOD to simplepie

This commit is contained in:
Andrew Dolgov 2012-12-22 11:36:12 +04:00
parent d020a86c36
commit 74cc28f266
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@
// *** Feed settings ***
// *********************
define('DEFAULT_UPDATE_METHOD', 0);
define('DEFAULT_UPDATE_METHOD', 1);
// Which feed parsing library to use as default:
// 0 - Magpie
// 0 - Magpie (deprecated)
// 1 - SimplePie
define('FORCE_ARTICLE_PURGE', 0);