diff options
Diffstat (limited to 'remote.php')
-rw-r--r-- | remote.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote.php b/remote.php index 43376424af8..0c33fabc762 100644 --- a/remote.php +++ b/remote.php @@ -153,6 +153,7 @@ try { // Load all required applications \OC::$REQUESTEDAPP = $app; OC_App::loadApps(['authentication']); + OC_App::loadApps(['extended_authentication']); OC_App::loadApps(['filesystem', 'logging']); switch ($app) { |