From 0e40350db728a7f77df79539624e03642574e03f Mon Sep 17 00:00:00 2001 From: Jim Wigginton Date: Fri, 1 Apr 2011 12:00:35 +0000 Subject: [PATCH] - syntax error git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@151 21d32557-59b3-4da0-833f-c5933fad653e --- phpseclib/Net/SFTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SFTP.php b/phpseclib/Net/SFTP.php index 06898d7c..3a6f0866 100644 --- a/phpseclib/Net/SFTP.php +++ b/phpseclib/Net/SFTP.php @@ -1232,7 +1232,7 @@ class Net_SFTP extends Net_SSH2 { // check the status from the NET_SFTP_STATUS case in the above switch after the file has been closed if ($status != NET_SFTP_STATUS_OK) { - return false' + return false; } extract(unpack('Nstatus', $this->_string_shift($response, 4)));