summaryrefslogtreecommitdiff
path: root/modules/pref-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-16 16:37:42 +0100
committerAndrew Dolgov <[email protected]>2009-01-16 16:37:42 +0100
commitbd090ab42e4856fd7839ae9f6a07e8c4a23c8c81 (patch)
treefa22d31b1761ab163b629869fc8b29dfd170b2b0 /modules/pref-prefs.php
parentf55b0b12aa7961b4dcb52041963cd35d8fc0da53 (diff)
disable SYNC_COUNTERS option
Diffstat (limited to 'modules/pref-prefs.php')
-rw-r--r--modules/pref-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 0add856db..0889eb7e2 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -13,7 +13,7 @@
$subop = $_REQUEST["subop"];
- $prefs_blacklist = array("HIDE_FEEDLIST");
+ $prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS");
if ($subop == "change-password") {