summaryrefslogtreecommitdiff
path: root/modules/pref-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 14:26:37 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 14:26:37 +0300
commit2096f4924d3a31c09d765ec9c7d5f8f7845b6369 (patch)
treeed84485f044ce1562b2b44898da39a8b1b51c616 /modules/pref-prefs.php
parente605954f85102d0981cf96096801f398499e43d1 (diff)
pref-prefs: block FEEDS_SORT_BY_UNREAD
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 14cd354f6..178652374 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -15,7 +15,7 @@
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
"ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS", "ENABLE_FEED_ICONS",
- "ENABLE_OFFLINE_READING", "EXTENDED_FEEDLIST");
+ "ENABLE_OFFLINE_READING", "EXTENDED_FEEDLIST", "FEEDS_SORT_BY_UNREAD");
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",