SFTP: NULL -> null

This commit is contained in:
terrafrost 2014-05-26 16:32:57 -05:00
parent 46ae0da314
commit c100264b65
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ class Net_SFTP extends Net_SSH2
$temp = &$this->stat_cache;
foreach ($dirs as $dir) {
if (!isset($temp[$dir])) {
return NULL;
return null;
}
$temp = &$temp[$dir];
}