diff --git a/application/views/scripts/layout/menu.phtml b/application/views/scripts/layout/menu.phtml index 1fbc24f49..82af85750 100644 --- a/application/views/scripts/layout/menu.phtml +++ b/application/views/scripts/layout/menu.phtml @@ -6,7 +6,7 @@ use Icinga\Web\Widget\SearchDashboard; $searchDashboard = new SearchDashboard(); $searchDashboard->setUser($this->Auth()->getUser()); -if (! $searchDashboard->search('dummy')->getActiveHome()->getEntry('search')->hasEntries()): ?> +if ($searchDashboard->search('dummy')->getActiveHome()->getEntry('search')->hasEntries()): ?>