fixed bug. inactive navigation items were not showing in admin center

This commit is contained in:
Logsol 2013-11-06 13:06:36 +01:00
parent 1462348fdf
commit b9e04c6ca3
2 changed files with 5 additions and 3 deletions

View file

@ -10,7 +10,7 @@ class AdminNavigationController extends Katharsis_Controller_Abstract
public function indexAction()
{
$this->_view->list = $this->_navi->getAllItems();
$this->_view->list = $this->_navi->getAllItems(false);
}
public function editAction()