diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index fef222f40ea..5a5f2d3a30e 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -1028,11 +1028,11 @@ class Access extends LDAPUtility { } /** - * @brief combines the input filters with AND + * combines the input filters with OR * @param $filters array, the filters to connect * @returns the combined filter * - * Combines Filter arguments with AND + * Combines Filter arguments with OR */ public function combineFilterWithOr($filters) { return $this->combineFilter($filters, '|');