mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:35:57 +00:00
config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
1 => __("Magpie"),
|
||||
2 => __("SimplePie"));
|
||||
|
||||
if (ENABLE_SIMPLEPIE) {
|
||||
if (DEFAULT_UPDATE_METHOD == "1") {
|
||||
$update_methods[0] .= ' (SimplePie)';
|
||||
} else {
|
||||
$update_methods[0] .= ' (Magpie)';
|
||||
|
||||
Reference in New Issue
Block a user