Merge branch 'master' of https://github.com/phpseclib/phpseclib into pmexts

This commit is contained in:
Patrick Monnerat 2012-11-14 16:35:00 +01:00
commit 8f6cd4f91f

View File

@ -1229,8 +1229,6 @@ class Net_SFTP extends Net_SSH2 {
}
}
$this->_save_dir($dir);
return true;
}
@ -1261,6 +1259,8 @@ class Net_SFTP extends Net_SSH2 {
return false;
}
$this->_save_dir($dir);
return true;
}