From: Pierre Joye Date: Sun, 10 Dec 2006 03:10:55 +0000 (+0000) Subject: - MFB: addDir returns true X-Git-Tag: RELEASE_1_0_0RC1~733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=216631e80996dab701d912f486f7e01e632cfac9;p=php - MFB: addDir returns true --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 66ca28b432..065a782944 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -961,6 +961,7 @@ static ZIPARCHIVE_METHOD(addEmptyDir) if (zip_add_dir(intern, (const char *)dirname) < 0) { RETURN_FALSE; } + RETURN_TRUE; } /* }}} */