summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-06-30 12:57:11 +0400
committerAndrew Dolgov <[email protected]>2010-06-30 12:57:11 +0400
commit78a5c296ae8a1f5e54df496fbb42f50b639565cc (patch)
tree6bd71b193d8410a55e79b214c9ebe84ce0c00d10 /backend.php
parent442f326bc6230fbe6f8ca1dbfb774978e1b92bd3 (diff)
config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 8ccc503af..38af31c1c 100644
--- a/backend.php
+++ b/backend.php
@@ -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)';