summaryrefslogtreecommitdiff
path: root/modules/pref-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-04 18:11:15 +0300
committerAndrew Dolgov <[email protected]>2010-11-04 18:11:15 +0300
commit85a922895f2865a658f98a7d0e795aec05da3d06 (patch)
treeac3716de251a9fde98aabdc0bb2be28e1a7da8b2 /modules/pref-prefs.php
parentf0361de20b2ec5602b3ebe440aa4b26046eb8193 (diff)
prefs: disable option ENABLE_FEED_ICONS
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 a55d78f9f..5105f3573 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -14,7 +14,7 @@
$subop = $_REQUEST["subop"];
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
- "ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS");
+ "ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS", "ENABLE_FEED_ICONS");
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",