]> source.dussan.org Git - nextcloud-server.git/commit
Continue with next app when one errors during register 21463/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 18 Jun 2020 07:17:00 +0000 (09:17 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 18 Jun 2020 07:17:00 +0000 (09:17 +0200)
commit32bf95c774788880631b14f6d078545c05dac24d
tree89f4ac4aafaae54fdf53a6fab082faffdd46b9b5
parenta915b45190ee1fcfeffa37cd4f2fa2733b16e9ff
Continue with next app when one errors during register

My patch at #21461 had a little error in that it exits the method when a
query exception is encountered during the register step of an app. What
we actually want is to continue with the next app and finish the overall
registration procedure.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/AppFramework/Bootstrap/Coordinator.php