"fixed typo, still causing statistics call to fail under jerryr"

This commit is contained in:
Ralf Becker 2009-11-18 08:28:54 +00:00
parent 0b4313adba
commit cf59c9f606

View File

@ -17,7 +17,7 @@
$GLOBALS['egw_info'] = array( $GLOBALS['egw_info'] = array(
'flags' => array( 'flags' => array(
'currentapp' => 'admin', 'currentapp' => 'admin',
'nonheader' => true, 'noheader' => true,
), ),
); );
include('../header.inc.php'); include('../header.inc.php');