We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d4f544 + 323f112 commit bfdc9ccCopy full SHA for bfdc9cc
1 file changed
lib/base.php
@@ -727,6 +727,8 @@ public static function init() {
727
// Make sure that the application class is not loaded before the database is setup
728
if ($systemConfig->getValue("installed", false)) {
729
OC_App::loadApp('settings');
730
+ /* Build core application to make sure that listeners are registered */
731
+ self::$server->get(\OC\Core\Application::class);
732
}
733
734
//make sure temporary files are cleaned up
0 commit comments