Revert "Api - Add Sharing->get_path() so we can get the path of the share"

With that commit opening an office file in Collabora gives a PHP Fatal error:
Cannot make non static method EGroupware\Api\Sharing::get_path() static in class EGroupware\Collabora\Wopi in /var/www/epl-19.1-compat/collabora/src/Wopi.php on line 25

This reverts commit 7153f7fe61.
This commit is contained in:
Ralf Becker 2019-09-18 09:43:39 +02:00
parent 82521aaafa
commit 65789e8f01

View File

@ -119,14 +119,6 @@ class Sharing
return $this->share['share_root'];
}
/**
* Get share path
*/
public function get_path()
{
return $this->share['share_path'];
}
/**
* Get share with email addresses
*/