diff --git a/setup/admin_account.php b/setup/admin_account.php index b7c40c3d07..ac9da8a826 100644 --- a/setup/admin_account.php +++ b/setup/admin_account.php @@ -130,7 +130,7 @@ else } // Group perms for the default group - $default_group_apps = karray('addressbook','calendar','infolog','mail','filemanager','preferences','manual','groupdav','notifications','timesheet','importexport','activesync'); + $default_group_apps = array('addressbook','calendar','infolog','mail','filemanager','preferences','manual','groupdav','notifications','timesheet','importexport','activesync'); $GLOBALS['egw_setup']->add_acl($default_group_apps,'run',$defaultgroupid); $apps = array();