mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
SFTP_Stream: Fixed typo in _parse_path
typo: isset($this->contenxt) should be $this->context
This commit is contained in:
parent
f9aa658309
commit
8dd12ed467
@ -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…
x
Reference in New Issue
Block a user