Merge branch '3.0'

This commit is contained in:
terrafrost 2023-01-06 14:57:48 -06:00
commit 00f5057e1b
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class SFTP extends SSH2
if (!$this->canonicalize_paths) {
throw $e;
}
$this->$this->canonicalize_paths = false;
$this->canonicalize_paths = false;
$this->reset_connection(DisconnectReason::CONNECTION_LOST);
}