mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
add importexport and activesync to apps of Default group, when creating a new admin user
This commit is contained in:
parent
ec7533f2c7
commit
c95df01460
@ -118,7 +118,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Group perms for the default group
|
// Group perms for the default group
|
||||||
$GLOBALS['egw_setup']->add_acl(array('addressbook','calendar','infolog','felamimail','filemanager','preferences','manual','groupdav','notifications','syncml'),'run',$defaultgroupid);
|
$GLOBALS['egw_setup']->add_acl(array('addressbook','calendar','infolog','felamimail','filemanager','preferences','manual','groupdav','notifications','syncml','importexport','activesync'),'run',$defaultgroupid);
|
||||||
|
|
||||||
$apps = array();
|
$apps = array();
|
||||||
foreach($GLOBALS['egw_setup']->db->select($GLOBALS['egw_setup']->applications_table,'app_name','app_enabled < 3',__LINE__,__FILE__) as $row)
|
foreach($GLOBALS['egw_setup']->db->select($GLOBALS['egw_setup']->applications_table,'app_name','app_enabled < 3',__LINE__,__FILE__) as $row)
|
||||||
|
Loading…
Reference in New Issue
Block a user