aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-04-03 17:00:18 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2018-04-03 17:00:18 +0200
commit6795b35cdf0a9346ba7d56fcba23386fb22c8594 (patch)
tree54a437ea9783e6a5bd96f5ff01048f8b2f15f78c /lib
parented239d72dc51b4b50eaec1ab8bbeb2e5cf6249b7 (diff)
downloadnextcloud-server-6795b35cdf0a9346ba7d56fcba23386fb22c8594.tar.gz
nextcloud-server-6795b35cdf0a9346ba7d56fcba23386fb22c8594.zip
Move on with the next user if we found the user on one user back-end
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/User/Manager.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/User/Manager.php b/lib/private/User/Manager.php
index 5f2a010561c..abc7a45e6bc 100644
--- a/lib/private/User/Manager.php
+++ b/lib/private/User/Manager.php
@@ -478,6 +478,7 @@ class Manager extends PublicEmitter implements IUserManager {
if ($return === false) {
return;
}
+ break;
}
}
}
@@ -488,7 +489,7 @@ class Manager extends PublicEmitter implements IUserManager {
* Getting all userIds that have a listLogin value requires checking the
* value in php because on oracle you cannot use a clob in a where clause,
* preventing us from doing a not null or length(value) > 0 check.
- *
+ *
* @param int $limit
* @param int $offset
* @return string[] with user ids