mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-10 15:50:58 +00:00
SFTP: fix an issue with the stat cache
This commit is contained in:
parent
8b8c62f278
commit
fe7fd97b59
@ -1067,6 +1067,7 @@ class Net_SFTP extends Net_SSH2
|
|||||||
}
|
}
|
||||||
if ($dir == end($dirs)) {
|
if ($dir == end($dirs)) {
|
||||||
$temp[$dir] = $value;
|
$temp[$dir] = $value;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
$temp = &$temp[$dir];
|
$temp = &$temp[$dir];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user