mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
calculate positive and negative account_id filter
This commit is contained in:
parent
2a8a2a87b0
commit
90f8068810
@ -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