mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
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']))
|
||||
{
|
||||
$members = $this->members($group,true);
|
||||
$members = $this->members($param['type'],true);
|
||||
$param['type'] = 'accounts';
|
||||
}
|
||||
elseif ($param['type'] == 'owngroups')
|
||||
|
Loading…
Reference in New Issue
Block a user