diff options
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r-- | ext/ftp/php_ftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } /* }}} */ |