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";