mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
hopefully fix not displayed navbar in home in some installs (cant reproduce here)
This commit is contained in:
parent
f6947d29ac
commit
101b00cb7e
@ -20,7 +20,7 @@
|
||||
$GLOBALS['egw_info'] = array(
|
||||
'flags' => array(
|
||||
'noheader' => true,
|
||||
'nonavbar' => true,
|
||||
'nonavbar' => false,
|
||||
'currentapp' => 'home',
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user