mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02: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
|
// add the list group members
|
||||||
if($this->data['account_type'] == 'g' && $this->group_context )
|
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);
|
#_debug_array($members);
|
||||||
$newData['memberuid'] = array();
|
$newData['memberuid'] = array();
|
||||||
for($i=0;$i<count($members);$i++)
|
for($i=0;$i<count($members);$i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user