ignore menuOpened as it is always open on idots

This commit is contained in:
Ralf Becker 2014-02-05 17:27:09 +00:00
parent 60adf9ff47
commit f42c7be3e0

View File

@ -621,6 +621,7 @@ egw.set_user('.$GLOBALS['egw']->accounts->json($GLOBALS['egw_info']['user']['acc
foreach($file as $text => $url)
{
if ($text === 'menuOpened') continue;
$this->sidebox_content .= $this->_sidebox_menu_item($url,$text);
}
$this->sidebox_content .= $this->tpl->parse('out','extra_blocks_footer');