mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01: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…
x
Reference in New Issue
Block a user