From 0e976fc1694db80f39cbf823d718bcdb674d5f02 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 18 Nov 2009 08:30:11 +0000 Subject: [PATCH] "fixed typo, still causing statistics call to fail under jerryr" --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');