We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55c4d3f + a584406 commit 77c87b1Copy full SHA for 77c87b1
2 files changed
apps/dav/appinfo/app.php
@@ -27,6 +27,8 @@
27
use OCA\DAV\CardDAV\CardDavBackend;
28
use Symfony\Component\EventDispatcher\GenericEvent;
29
30
+\OC_App::loadApps(['dav']);
31
+
32
$app = new Application();
33
$app->registerHooks();
34
apps/dav/lib/AppInfo/PluginManager.php
@@ -103,9 +103,6 @@ private function populate() {
103
if (!isset($info['types']) || !in_array('dav', $info['types'], true)) {
104
continue;
105
}
106
- // FIXME: switch to public API once available
107
- // load app to make sure its classes are available
108
- \OC_App::loadApp($app);
109
$this->loadSabrePluginsFromInfoXml($this->extractPluginList($info));
110
$this->loadSabreCollectionsFromInfoXml($this->extractCollectionList($info));
111
0 commit comments