mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +00:00
Merge pull request #168 from phonzie/patch-3
SFTP_Stream: Fixed typo in _parse_path * phonzie/patch-3: SFTP_Stream: Fixed typo in _parse_path
This commit is contained in:
commit
6f56dfc80b
@ -174,7 +174,7 @@ class Net_SFTP_Stream {
|
||||
}
|
||||
$this->sftp = $$host;
|
||||
} else {
|
||||
if (isset($this->contenxt)) {
|
||||
if (isset($this->context)) {
|
||||
$context = stream_context_get_options($this->context);
|
||||
}
|
||||
if (isset($context['sftp']['session'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user