diff --git a/admin/index.php b/admin/index.php index 157810a22e..57cbefff03 100755 --- a/admin/index.php +++ b/admin/index.php @@ -17,7 +17,7 @@ $GLOBALS['egw_info'] = array( 'flags' => array( 'currentapp' => 'admin', - 'nonheader' => true, + 'noheader' => true, ), ); include('../header.inc.php');