Merge branch '2.0'

This commit is contained in:
terrafrost 2016-11-19 20:40:04 -06:00
commit b8e1a15291

View File

@ -2185,6 +2185,10 @@ class SFTP extends SSH2
return false;
}
if (empty($path)) {
return false;
}
$path = $this->_realpath($path);
if ($path === false) {
return false;