From 1d186d230b2942f0f9f6fe43258fb6867661f2c7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 15 Jun 2015 15:28:25 +0200 Subject: [PATCH] show link to Indexer only if fulltext is enabled --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index ad156bbef..0e3efa992 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -418,7 +418,7 @@ $(document).ready(function () { } echo "
  • ".getMLText("edit_existing_notify")."
  • \n"; } - if ($this->params['user']->isAdmin()) { + if ($this->params['user']->isAdmin() && $this->params['enablefullsearch']) { echo "
  • ".getMLText("index_folder")."
  • \n"; } echo "\n";