diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-01-29 00:15:55 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-01-29 00:27:05 +0100 |
commit | 73600cfdd80694a9ffa526147d79b231fd85c5b2 (patch) | |
tree | 95544293e6d475851c1f82f6eba9e073195c69c7 /apps/user_ldap/lib/access.php | |
parent | 953a88785bf71bcf0763e98934d6d2b503f88402 (diff) | |
download | nextcloud-server-73600cfdd80694a9ffa526147d79b231fd85c5b2.tar.gz nextcloud-server-73600cfdd80694a9ffa526147d79b231fd85c5b2.zip |
and escape the search term
Diffstat (limited to 'apps/user_ldap/lib/access.php')
-rw-r--r-- | apps/user_ldap/lib/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index b6394823947..e041bc32a65 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -958,7 +958,7 @@ class Access extends LDAPUtility implements user\IUserTools { /** * escapes (user provided) parts for LDAP filter * @param string $input, the provided value - * @param bool $allowAsterisk wether in * at the beginning should be preserved + * @param bool $allowAsterisk whether in * at the beginning should be preserved * @return string the escaped string */ public function escapeFilterPart($input, $allowAsterisk = false) { |