summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-04-14 12:35:53 +0200
committerRobin Appelman <icewind@owncloud.com>2015-04-14 12:35:53 +0200
commit0f21303b751291188733e24b5f213053ea96a368 (patch)
tree3ec9310427bc3e20b746cb5bd6b9e75a5402d145 /apps/files_sharing
parentc29419e6d7e5a47a063a598dc2300275e344f893 (diff)
downloadnextcloud-server-0f21303b751291188733e24b5f213053ea96a368.tar.gz
nextcloud-server-0f21303b751291188733e24b5f213053ea96a368.zip
a bit more phpdoc
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/lib/sharedstorage.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php
index ce8758a6d8c..ffaa542c872 100644
--- a/apps/files_sharing/lib/sharedstorage.php
+++ b/apps/files_sharing/lib/sharedstorage.php
@@ -583,6 +583,12 @@ class Shared extends \OC\Files\Storage\Common implements ISharedStorage {
return $result;
}
+ /**
+ * Resolve the path for the source of the share
+ *
+ * @param string $path
+ * @return array
+ */
private function resolvePath($path) {
$source = $this->getSourcePath($path);
return \OC\Files\Filesystem::resolvePath($source);