mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
fix if called without app-name
This commit is contained in:
parent
7a47184f12
commit
503b1d123c
@ -15,7 +15,7 @@
|
||||
'noheader' => True,
|
||||
'noappheader' => True,
|
||||
'nonavbar' => True,
|
||||
'currentapp' => $_GET['appname'],
|
||||
'currentapp' => @$_GET['appname'] ? $_GET['appname'] : 'preferences',
|
||||
'enable_nextmatchs_class' => True
|
||||
);
|
||||
include('../header.inc.php');
|
||||
|
Loading…
Reference in New Issue
Block a user