flip DEFAULT_UPDATE_METHOD to simplepie
This commit is contained in:
parent
d020a86c36
commit
74cc28f266
|
@ -74,9 +74,9 @@
|
||||||
// *** Feed settings ***
|
// *** Feed settings ***
|
||||||
// *********************
|
// *********************
|
||||||
|
|
||||||
define('DEFAULT_UPDATE_METHOD', 0);
|
define('DEFAULT_UPDATE_METHOD', 1);
|
||||||
// Which feed parsing library to use as default:
|
// Which feed parsing library to use as default:
|
||||||
// 0 - Magpie
|
// 0 - Magpie (deprecated)
|
||||||
// 1 - SimplePie
|
// 1 - SimplePie
|
||||||
|
|
||||||
define('FORCE_ARTICLE_PURGE', 0);
|
define('FORCE_ARTICLE_PURGE', 0);
|
||||||
|
|
Loading…
Reference in New Issue