mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
stop PHP Notice: Undefined index "currentapp" in pre 16.1 header
This commit is contained in:
parent
617bc9531c
commit
bd94afe8db
@ -260,6 +260,7 @@ if (file_exists($config['header']) && filesize($config['header']) >= 200) // def
|
||||
$GLOBALS['egw_info'] = array(
|
||||
'flags' => array(
|
||||
'noapi' => true,
|
||||
'currentapp' => 'login', // stop PHP Notice: Undefined index "currentapp" in pre 16.1 header
|
||||
)
|
||||
);
|
||||
include $config['header'];
|
||||
|
Loading…
Reference in New Issue
Block a user