Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-10 00:06:25 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-01-10 00:06:25 +0400
commitca027f37496bc54b3c03bdc88ea36b47c0e88d9b (patch)
tree5f03b76bf29bbfe241e08dcb598444bdc738e700 /apps
parent533f0e8e258caef66019377a160e7213fd530f07 (diff)
parent43415386a8a60be2e72a0d0a648ac6bcd5b3353f (diff)
Merge pull request #1124 from schiesbn/sabredav2
OC_Connector_Sabre_Client no longer needed
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/webdav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/webdav.php b/apps/files_external/lib/webdav.php
index 68aca228bc5..6c5bc579c30 100644
--- a/apps/files_external/lib/webdav.php
+++ b/apps/files_external/lib/webdav.php
@@ -50,7 +50,7 @@ class OC_FileStorage_DAV extends OC_Filestorage_Common{
'password' => $this->password,
);
- $this->client = new OC_Connector_Sabre_Client($settings);
+ $this->client = new Sabre_DAV_Client($settings);
$caview = \OCP\Files::getStorage('files_external');
if ($caview) {