mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 10:08:04 +01:00
fix "Creating default object from empty value" error
This commit is contained in:
parent
f81d9ea09a
commit
3ad3693d31
@ -715,7 +715,7 @@ class SFTP extends SSH2
|
||||
if (!$this->canonicalize_paths) {
|
||||
throw $e;
|
||||
}
|
||||
$this->$this->canonicalize_paths = false;
|
||||
$this->canonicalize_paths = false;
|
||||
$this->reset_connection(NET_SSH2_DISCONNECT_CONNECTION_LOST);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user