From 1138df0f4b0cd2e151fa65670705a578c718a0c2 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 7 May 2012 12:47:34 +0200 Subject: [PATCH] fix webdav, bloody merge conflicts --- apps/files/appinfo/remote.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 94ae101bb0..465e0c0a93 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -24,7 +24,6 @@ */ // only need filesystem apps $RUNTIME_APPTYPES=array('filesystem','authentication'); -require_once('../lib/base.php'); // Backends $authBackend = new OC_Connector_Sabre_Auth();