Ver código fonte

load extended_authentication on webdav

Maxence Lange 11 meses atrás
pai
commit
ccb6270241
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      apps/dav/appinfo/v1/publicwebdav.php

+ 3 - 3
apps/dav/appinfo/v1/publicwebdav.php

@@ -35,9 +35,9 @@ use OCP\EventDispatcher\IEventDispatcher;
 use Psr\Log\LoggerInterface;
 
 // load needed apps
-$RUNTIME_APPTYPES = ['filesystem', 'authentication', 'logging'];
-
-OC_App::loadApps($RUNTIME_APPTYPES);
+OC_App::loadApps(['authentication']);
+OC_App::loadApps(['extended_authentication']);
+OC_App::loadApps(['filesystem', 'logging']);
 
 OC_Util::obEnd();
 \OC::$server->getSession()->close();