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 cf30408 + 63d7e7c commit 5c4cba1Copy full SHA for 5c4cba1
lib/base.php
@@ -730,6 +730,8 @@ public static function init() {
730
// Make sure that the application class is not loaded before the database is setup
731
if ($systemConfig->getValue("installed", false)) {
732
OC_App::loadApp('settings');
733
+ /* Build core application to make sure that listeners are registered */
734
+ self::$server->get(\OC\Core\Application::class);
735
}
736
737
//make sure temporary files are cleaned up
0 commit comments