mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 16:15:52 +00:00
SFTP: rename variable to correct case
This commit is contained in:
parent
b9787a81eb
commit
89cd8f09e7
@ -1895,7 +1895,7 @@ class Net_SFTP extends Net_SSH2 {
|
||||
// mode was added because that's the more industry standard terminology
|
||||
$attr+= array('mode' => $attr['permissions']);
|
||||
$fileType = $this->_parseMode($attr['permissions']);
|
||||
if ($filetype !== false) {
|
||||
if ($fileType !== false) {
|
||||
$attr+= array('type' => $fileType);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user