Don't call free on the results of a member query
This commit is contained in:
parent
1c3c269ab4
commit
46f6b2c119
@ -104,8 +104,6 @@ class GroupmembersAction extends GroupAction
|
||||
$cnt = $member_list->show();
|
||||
}
|
||||
|
||||
$members->free();
|
||||
|
||||
$this->pagination($this->page > 1, $cnt > PROFILES_PER_PAGE,
|
||||
$this->page, 'groupmembers',
|
||||
array('nickname' => $this->group->nickname));
|
||||
|
Loading…
Reference in New Issue
Block a user