mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs
This commit is contained in:
parent
8bfddfa9ba
commit
45c272dac2
@ -953,7 +953,7 @@ class StreamWrapper implements StreamWrapperIface
|
|||||||
*
|
*
|
||||||
* @param string $_path vfs path
|
* @param string $_path vfs path
|
||||||
*/
|
*/
|
||||||
static protected function symlinkCache_remove($_path)
|
static public function symlinkCache_remove($_path)
|
||||||
{
|
{
|
||||||
$path = self::get_path($_path);
|
$path = self::get_path($_path);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user