summaryrefslogtreecommitdiffstats
path: root/lib/Service/MiscService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/MiscService.php')
-rw-r--r--lib/Service/MiscService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/MiscService.php b/lib/Service/MiscService.php
index 19dd7477..c8f276f3 100644
--- a/lib/Service/MiscService.php
+++ b/lib/Service/MiscService.php
@@ -120,7 +120,6 @@ class MiscService {
public function confirmUserId(string &$userId) {
$user = $this->userManager->get($userId);
- return;
if ($user === null) {
throw new NoUserException('user does not exist');
}