SFTP: fix syntax error

This commit is contained in:
terrafrost 2014-05-26 15:42:14 -05:00
parent a7fa4cc4ff
commit 46ae0da314

View File

@ -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: