forked from extern/egroupware
Fix for editing a group. Was passing an invalid account_id for the group_id.
This commit is contained in:
parent
c058fc3081
commit
7861ad6363
@ -459,7 +459,7 @@
|
|||||||
$old_group_info = $group->read_repository();
|
$old_group_info = $group->read_repository();
|
||||||
|
|
||||||
// Set group apps
|
// Set group apps
|
||||||
$apps = CreateObject('phpgwapi.applications',$group_info['account_info']);
|
$apps = CreateObject('phpgwapi.applications',$group_info['account_id']);
|
||||||
$apps_before = $apps->read_account_specific();
|
$apps_before = $apps->read_account_specific();
|
||||||
$apps->update_data(Array());
|
$apps->update_data(Array());
|
||||||
$new_apps = Array();
|
$new_apps = Array();
|
||||||
|
Loading…
Reference in New Issue
Block a user