mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #31642 from nextcloud/revert-31529-backport/stable23/30889
Revert "[stable23] Fix listeners declaration in case of occ usage"
This commit is contained in:
commit
5ecfdb2868
1 changed files with 0 additions and 2 deletions
|
|
@ -727,8 +727,6 @@ class OC {
|
|||
// 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue