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