From 6795b35cdf0a9346ba7d56fcba23386fb22c8594 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 3 Apr 2018 17:00:18 +0200 Subject: [PATCH] Move on with the next user if we found the user on one user back-end Signed-off-by: Bjoern Schiessle --- lib/private/User/Manager.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/private/User/Manager.php b/lib/private/User/Manager.php index 5f2a010561..abc7a45e6b 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