From a7ff808787ba923fbd0059c6e4b671ee0214b6c8 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 b127cfd26..cf6f90b49 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -429,7 +429,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";