diff --git a/api/src/Sharing.php b/api/src/Sharing.php index 274977fb5a..02563d6e3e 100644 --- a/api/src/Sharing.php +++ b/api/src/Sharing.php @@ -119,6 +119,14 @@ class Sharing return $this->share['share_root']; } + /** + * Get share path + */ + public function get_path() + { + return $this->share['share_path']; + } + /** * Get share with email addresses */