forked from extern/egroupware
fix typo stalling new installs
This commit is contained in:
parent
1edf17f20b
commit
c34e665faf
@ -130,7 +130,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Group perms for the default group
|
// 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);
|
$GLOBALS['egw_setup']->add_acl($default_group_apps,'run',$defaultgroupid);
|
||||||
|
|
||||||
$apps = array();
|
$apps = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user