set default update method back to magpie
This commit is contained in:
parent
1a945fbed4
commit
91149aab52
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
// Connection charset for MySQL. If you have a legacy database and/or experience
|
// 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.
|
// 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:
|
// Which feed parsing library to use as default:
|
||||||
// 0 - Magpie
|
// 0 - Magpie
|
||||||
// 1 - SimplePie
|
// 1 - SimplePie
|
||||||
|
|
Loading…
Reference in a new issue