fix if called without app-name

This commit is contained in:
Ralf Becker 2004-03-23 15:15:38 +00:00
parent 7a47184f12
commit 503b1d123c

View File

@ -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');