mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +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;
|
$this->sftp = $$host;
|
||||||
} else {
|
} else {
|
||||||
if (isset($this->contenxt)) {
|
if (isset($this->context)) {
|
||||||
$context = stream_context_get_options($this->context);
|
$context = stream_context_get_options($this->context);
|
||||||
}
|
}
|
||||||
if (isset($context['sftp']['session'])) {
|
if (isset($context['sftp']['session'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user