1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01:00

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; return true;
} }
@ -1261,6 +1259,8 @@ class Net_SFTP extends Net_SSH2 {
return false; return false;
} }
$this->_save_dir($dir);
return true; return true;
} }