fixed typo causing search for group-members to fail for accounts in sql

This commit is contained in:
Ralf Becker 2011-09-08 09:58:18 +00:00
parent 975a8ade09
commit 6a544af55b

View File

@ -271,7 +271,7 @@ class accounts
if ($this->config['account_repository'] != 'ldap' && is_numeric($param['type']))
{
$members = $this->members($group,true);
$members = $this->members($param['type'],true);
$param['type'] = 'accounts';
}
elseif ($param['type'] == 'owngroups')