]> source.dussan.org Git - nextcloud-server.git/commit
Load the app.php before running apps' boot method 21456/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 17 Jun 2020 12:44:02 +0000 (14:44 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 17 Jun 2020 12:44:02 +0000 (14:44 +0200)
commit5bc8510b3b72cf4bc96614784110d88de8feea87
tree1d8d91743c29495ad88c14097d4cc184e612226d
parent39f3fcdf6b41291dcdb6908807d6923621528cee
Load the app.php before running apps' boot method

Some apps require the composer autoloader from app.php. If we run boot
before including that file, classes and functions from dependencies
won't be found.

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