fix typo stalling new installs

This commit is contained in:
Ralf Becker 2015-07-07 14:15:52 +00:00
parent 3ada72ef2f
commit c94007f344

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