fix typo stalling new installs

This commit is contained in:
Ralf Becker 2015-07-07 14:16:15 +00:00
parent 1edf17f20b
commit c34e665faf

View File

@ -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();