aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/appinfo/remote.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/appinfo/remote.php')
-rwxr-xr-xapps/calendar/appinfo/remote.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/calendar/appinfo/remote.php b/apps/calendar/appinfo/remote.php
index 7ff6a2fbbe2..0673c36540f 100755
--- a/apps/calendar/appinfo/remote.php
+++ b/apps/calendar/appinfo/remote.php
@@ -7,6 +7,10 @@
*/
OCP\App::checkAppEnabled('calendar');
+// only need authentication apps
+$RUNTIME_APPTYPES=array('authentication');
+OC_App::loadApps($RUNTIME_APPTYPES);
+
// Backends
$authBackend = new OC_Connector_Sabre_Auth();
$principalBackend = new OC_Connector_Sabre_Principal();