mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Api - Add Sharing->get_path() so we can get the path of the share
This commit is contained in:
parent
e099086151
commit
3bec6326f9
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user