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