summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage
diff options
context:
space:
mode:
authorMichiel de Jong <michiel@unhosted.org>2012-03-01 20:58:14 +0000
committerMichiel de Jong <michiel@unhosted.org>2012-03-01 20:58:14 +0000
commit1471d8f7109a9f6aa322a67a19e03e8faf37c985 (patch)
tree0c69661a1e563631c5f6e7bacc26af604b48393c /apps/remoteStorage
parente10402c61b748857c2d9acace60d632c87d8e4ac (diff)
downloadnextcloud-server-1471d8f7109a9f6aa322a67a19e03e8faf37c985.tar.gz
nextcloud-server-1471d8f7109a9f6aa322a67a19e03e8faf37c985.zip
remoteStorage app version 0.5
Diffstat (limited to 'apps/remoteStorage')
-rw-r--r--apps/remoteStorage/WebDAV.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/remoteStorage/WebDAV.php b/apps/remoteStorage/WebDAV.php
index 3a463a21a5c..cad465181a9 100644
--- a/apps/remoteStorage/WebDAV.php
+++ b/apps/remoteStorage/WebDAV.php
@@ -66,7 +66,7 @@ if(count($pathParts) >= 3 && $pathParts[0] == '') {
$server = new Sabre_DAV_Server($publicDir);
// Path to our script
- $server->setBaseUri(OC::$APPSROOT."/apps/remoteStorage/WebDAV.php/$ownCloudUser");
+ $server->setBaseUri(OC::$WEBROOT."/apps/remoteStorage/WebDAV.php/$ownCloudUser");
// Auth backend
$authBackend = new OC_Connector_Sabre_Auth_ro_oauth(