mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix typo stalling new installs
This commit is contained in:
parent
3ada72ef2f
commit
c94007f344
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user