From: Ilia Alshanetsky Date: Fri, 6 Dec 2002 06:08:21 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC3~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c185f979569fbe293ef855eff724bf89e99b9731;p=php MFH --- diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 7acff3e71a..9e4878f148 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -624,6 +624,7 @@ PHP_FUNCTION(ftp_get) } php_stream_close(outstream); + RETURN_TRUE; } /* }}} */