summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-08-15 20:45:07 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-08-15 20:45:07 -0400
commite4c987129963a95e3f9468a4780fa25ce6abf2fd (patch)
treec83a71b7b330464cea9cc444e513286d4c248baa /apps/files_sharing
parent5fbed936bffa1dc06e5356a89f079fe27aa624b2 (diff)
downloadnextcloud-server-e4c987129963a95e3f9468a4780fa25ce6abf2fd.tar.gz
nextcloud-server-e4c987129963a95e3f9468a4780fa25ce6abf2fd.zip
This should actually make the 'Shared' directory automatically everytime
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/sharedstorage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/sharedstorage.php b/apps/files_sharing/sharedstorage.php
index 55254ccd662..271819782b7 100644
--- a/apps/files_sharing/sharedstorage.php
+++ b/apps/files_sharing/sharedstorage.php
@@ -35,6 +35,7 @@ class OC_Filestorage_Shared extends OC_Filestorage {
if (!OC_Filesystem::is_dir($this->datadir)) {
OC_Filesystem::mkdir($this->datadir);
}
+ $this->datadir .= "/";
}
public function getInternalPath($path) {