1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-27 04:46:26 +01:00

Merge pull request #403 from terrafrost/stat-cache-fix

SFTP: fix an issue with the stat cache

* terrafrost/stat-cache-fix:
  SFTP: fix an issue with the stat cache
This commit is contained in:
Andreas Fischer 2014-07-12 12:08:34 +02:00
commit 5a5d0fcf56

View File

@ -1067,6 +1067,7 @@ class Net_SFTP extends Net_SSH2
}
if ($dir == end($dirs)) {
$temp[$dir] = $value;
break;
}
$temp = &$temp[$dir];
}