mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 00:24:19 +01:00
calculate positive and negative account_id filter
This commit is contained in:
parent
a47809ba2a
commit
e3cae803fb
@ -220,7 +220,7 @@ class Accounts
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new \InvalidArgumentException(__METHOD__."(): Can NOT have hidden=false AND an account_id filter!");
|
||||
$account_ids = array_diff($account_ids, $hidden_account_ids);
|
||||
}
|
||||
return $account_ids;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user