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

This commit is contained in:
Ralf Becker 2009-11-18 08:30:11 +00:00
parent 707a118184
commit 0e976fc169

View File

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