From 5a5d46b1b873e99d4f3a7ea2973ba45e7fccd711 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 14 Nov 2018 10:37:47 +0100 Subject: Load apps that have a dav type set before the dav server plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/dav/lib/AppInfo/PluginManager.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/dav/lib/AppInfo') diff --git a/apps/dav/lib/AppInfo/PluginManager.php b/apps/dav/lib/AppInfo/PluginManager.php index 59b03f54fd0..a5c397326b2 100644 --- a/apps/dav/lib/AppInfo/PluginManager.php +++ b/apps/dav/lib/AppInfo/PluginManager.php @@ -103,9 +103,6 @@ class PluginManager { if (!isset($info['types']) || !in_array('dav', $info['types'], true)) { continue; } - // FIXME: switch to public API once available - // load app to make sure its classes are available - \OC_App::loadApp($app); $this->loadSabrePluginsFromInfoXml($this->extractPluginList($info)); $this->loadSabreCollectionsFromInfoXml($this->extractCollectionList($info)); } -- cgit v1.2.3