fixed not working group-update with caching enabled

This commit is contained in:
Ralf Becker 2004-06-23 12:09:00 +00:00
parent 89870fd195
commit 8ec4604d2a

View File

@ -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++)