Skip to content

Commit

Permalink
Merge pull request #31656 from nextcloud/backport/stable23/30889-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Mar 22, 2022
2 parents 501fb22 + 57671f5 commit df8b35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ public static function init() {
// Make sure that the application class is not loaded before the database is setup
if ($systemConfig->getValue("installed", false)) {
OC_App::loadApp('settings');
/* Build core application to make sure that listeners are registered */
self::$server->get(\OC\Core\Application::class);
}

//make sure temporary files are cleaned up
Expand Down

0 comments on commit df8b35d

Please sign in to comment.