mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed not working group-update with caching enabled
This commit is contained in:
parent
89870fd195
commit
8ec4604d2a
@ -284,7 +284,7 @@
|
||||
// add the list group members
|
||||
if($this->data['account_type'] == 'g' && $this->group_context )
|
||||
{
|
||||
$members = $this->member($this->data['account_id']);
|
||||
$members = $this->member($this->account_id);
|
||||
#_debug_array($members);
|
||||
$newData['memberuid'] = array();
|
||||
for($i=0;$i<count($members);$i++)
|
||||
|
Loading…
Reference in New Issue
Block a user