diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-12-14 23:50:21 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-12-15 00:43:46 +0100 |
commit | df7d6cb26c0e54e9df509b4a739b4d41c87fcb98 (patch) | |
tree | 793ceb63829665a6b2c05304aa772cc785562dc3 /apps/user_ldap/lib | |
parent | 68562dafb4a814072aa0cd537b0d035f75e7a70f (diff) | |
download | nextcloud-server-df7d6cb26c0e54e9df509b4a739b4d41c87fcb98.tar.gz nextcloud-server-df7d6cb26c0e54e9df509b4a739b4d41c87fcb98.zip |
More style fixes
Diffstat (limited to 'apps/user_ldap/lib')
-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 a4123cde57a..f888577aedb 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -619,7 +619,7 @@ abstract class Access { //a) paged search insuccessful, though attempted //b) no paged search, but limit set if((!$this->pagedSearchedSuccessful - && $pagedSearchOK) + && $pagedSearchOK) || ( !$pagedSearchOK && !is_null($limit) |