From e23e459c41f88d97388d52fa0890139a6c60b0a6 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 11 Jun 2014 21:37:23 +0200 Subject: [PATCH] fix PHPdoc --- apps/user_ldap/lib/access.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, '|');