diff --git a/phpgwapi/templates/idots/class.idots_framework.inc.php b/phpgwapi/templates/idots/class.idots_framework.inc.php index 060a650a08..d55522e93d 100644 --- a/phpgwapi/templates/idots/class.idots_framework.inc.php +++ b/phpgwapi/templates/idots/class.idots_framework.inc.php @@ -598,12 +598,12 @@ class idots_framework extends egw_framework */ function topmenu(array &$vars,array &$apps) { - if(!is_array($this->tplsav2->menuitems)) { + //if(!is_array($this->tplsav2->menuitems)) { $this->tplsav2->menuitems = array(); - } - if(!is_array($this->tplsav2->menuinfoitems)) { + //} + //if(!is_array($this->tplsav2->menuinfoitems)) { $this->tplsav2->menuinfoitems = array(); - } + //} if($GLOBALS['egw_info']['user']['apps']['home'] && isset($apps['home'])) {