From ecfde5faa192f5944125c01b17f2d1717d67d5cd Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Fri, 20 Sep 2013 23:21:48 +0200 Subject: Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the handling of depth infinity The clean way would have been to submit proper patches to the upstream project and reincorporate the code once released. This will and has to follow! --- apps/files/appinfo/remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/appinfo') diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 0c1f2e6580c..75c80cd49f3 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -39,7 +39,7 @@ $rootDir = new OC_Connector_Sabre_Directory(''); $objectTree = new \OC\Connector\Sabre\ObjectTree($rootDir); // Fire up server -$server = new Sabre_DAV_Server($objectTree); +$server = new OC_Connector_Sabre_Server($objectTree); $server->httpRequest = $requestBackend; $server->setBaseUri($baseuri); -- cgit v1.2.3