]> source.dussan.org Git - nextcloud-server.git/commit
only boot apps once 22133/head
authorRobin Appelman <robin@icewind.nl>
Thu, 6 Aug 2020 14:48:06 +0000 (16:48 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 7 Aug 2020 09:04:47 +0000 (11:04 +0200)
commit246ed35d948e9b2fe4d8eb38378ba4873bafe2b9
tree1209830594e04ac0308e2e47e7741d8461be0f99
parenta4d511d82767f54af086b366a6c08bc927cb870c
only boot apps once

in some cases `loadApp` is called more then once which is currently causing apps to be "booted" multiple times which can lead to unexepected behaviour with things like registering hooks

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/private/AppFramework/Bootstrap/Coordinator.php