From c185f979569fbe293ef855eff724bf89e99b9731 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 6 Dec 2002 06:08:21 +0000 Subject: [PATCH] MFH --- ext/ftp/php_ftp.c | 1 + 1 file changed, 1 insertion(+) 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; } /* }}} */ -- 2.50.1