mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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
|
||||
*/
|
||||
static protected function symlinkCache_remove($_path)
|
||||
static public function symlinkCache_remove($_path)
|
||||
{
|
||||
$path = self::get_path($_path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user