forked from extern/egroupware
fixed typo causing search for group-members to fail for accounts in sql
This commit is contained in:
parent
d9f321a413
commit
b950c5b811
@ -271,7 +271,7 @@ class accounts
|
|||||||
|
|
||||||
if ($this->config['account_repository'] != 'ldap' && is_numeric($param['type']))
|
if ($this->config['account_repository'] != 'ldap' && is_numeric($param['type']))
|
||||||
{
|
{
|
||||||
$members = $this->members($group,true);
|
$members = $this->members($param['type'],true);
|
||||||
$param['type'] = 'accounts';
|
$param['type'] = 'accounts';
|
||||||
}
|
}
|
||||||
elseif ($param['type'] == 'owngroups')
|
elseif ($param['type'] == 'owngroups')
|
||||||
|
Loading…
Reference in New Issue
Block a user