mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +00:00
SFTP: fix syntax error
This commit is contained in:
parent
a7fa4cc4ff
commit
46ae0da314
@ -209,7 +209,7 @@ class Net_SFTP_Stream
|
||||
$this->sftp = self::$instances[$host][$port][$user][(string) $pass];
|
||||
} else {
|
||||
$this->sftp = new Net_SFTP($host, $port);
|
||||
$this->disableStatCache();
|
||||
$this->sftp->disableStatCache();
|
||||
if (isset($this->notification) && is_callable($this->notification)) {
|
||||
/* if !is_callable($this->notification) we could do this:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user