mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #25137 from owncloud/stable9-backport-25126
[stable9] load authentication apps first
This commit is contained in:
commit
f429be1e1d
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ use Symfony\Component\Routing\Exception\ResourceNotFoundException;
|
|||
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
|
||||
|
||||
try {
|
||||
OC_App::loadApps(['session']);
|
||||
OC_App::loadApps(['authentication']);
|
||||
// load all apps to get all api routes properly setup
|
||||
OC_App::loadApps();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue