mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs
This commit is contained in:
parent
0c3c041dbb
commit
2d1ddc1ef7
@ -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