mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"$stat[url] contains the reloved symlink"
This commit is contained in:
parent
ff50938aa7
commit
09c0854173
@ -748,7 +748,7 @@ class vfs_stream_wrapper implements iface_stream_wrapper
|
||||
if (!$stat && $check_symlink_components) // check if there's a symlink somewhere inbetween the path
|
||||
{
|
||||
$stat = self::check_symlink_components($path,$flags,$url);
|
||||
if ($stat) self::symlinkCache_add($path,$url);
|
||||
if ($stat && isset($stat['url'])) self::symlinkCache_add($path,$stat['url']);
|
||||
}
|
||||
elseif(is_array($stat) && !isset($stat['url']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user