diff options
Diffstat (limited to 'apps/files_sharing/lib/sharedstorage.php')
-rw-r--r-- | apps/files_sharing/lib/sharedstorage.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 101503a03fb..600599d7175 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -725,4 +725,8 @@ class Shared extends \OC\Files\Storage\Common implements ISharedStorage { list($targetStorage) = $this->ownerView->resolvePath($ownerPath); return $targetStorage->isLocal(); } + + public function getSourceStorage() { + return $this->sourceStorage; + } } |