mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-18 10:10:22 +01:00
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:
parent
82521aaafa
commit
65789e8f01
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user