diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 7d1c95d49..7450106a5 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -13,7 +13,8 @@
$subop = $_REQUEST["subop"];
- $prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS");
+ $prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
+ "ENABLE_SEARCH_TOOLBAR");
if (FORCE_ARTICLE_PURGE != 0) {
array_push($prefs_blacklist, "PURGE_OLD_DAYS");
diff --git a/tt-rss.php b/tt-rss.php
index eb607a20d..5c216748e 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -217,15 +217,6 @@
-
-
-
-
-
-
-