Skip to content
Snippets Groups Projects
Unverified Commit 2f586bc7 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #21463 from nextcloud/fix/continue-not-return-register-exception

Continue with next app when one errors during register
parents a915b451 32bf95c7
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ class Coordinator {
$apps[$appId] = $application = $this->serverContainer->query($applicationClassName);
} catch (QueryException $e) {
// Weird, but ok
return;
continue;
}
try {
$application->register($context->for($appId));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment