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:
Andreas Fischer 2013-11-19 20:30:23 +01:00
commit 6f56dfc80b

View File

@ -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'])) {