From 5b03c3dcc30e392e5de60d16135fe7d293e41aab 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 53bfd1d6e..bf3f7a83f 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -438,7 +438,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";