hopefully fix not displayed navbar in home in some installs (cant reproduce here)

This commit is contained in:
Ralf Becker 2012-04-04 16:21:18 +00:00
parent f6947d29ac
commit 101b00cb7e

View File

@ -20,7 +20,7 @@
$GLOBALS['egw_info'] = array(
'flags' => array(
'noheader' => true,
'nonavbar' => true,
'nonavbar' => false,
'currentapp' => 'home',
)
);