forked from extern/egroupware
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'];
|
return $this->share['share_root'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get share path
|
||||||
|
*/
|
||||||
|
public function get_path()
|
||||||
|
{
|
||||||
|
return $this->share['share_path'];
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get share with email addresses
|
* Get share with email addresses
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user