From 45c272dac22aecc48337aed4ebaa7633ed649e5a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 21 Jul 2016 12:15:08 +0200 Subject: [PATCH] make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs --- api/src/Vfs/StreamWrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Vfs/StreamWrapper.php b/api/src/Vfs/StreamWrapper.php index 10b36ab9c9..489f7063d4 100644 --- a/api/src/Vfs/StreamWrapper.php +++ b/api/src/Vfs/StreamWrapper.php @@ -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);