X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=modules%2Fpref-prefs.php;h=3bb86e9e1a212f17e474fc919db1571ec575fc72;hb=dbfc952271bef1332dc49b528379295781e918b8;hp=dd58fe7b5858ebe81854ee70e6fbf396cb23b8a1;hpb=1e5548db5423d9dae79ee0c607392f3838ca7e6d;p=tt-rss.git diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index dd58fe7b..3bb86e9e 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"); + "ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS"); if (FORCE_ARTICLE_PURGE != 0) { array_push($prefs_blacklist, "PURGE_OLD_DAYS");