From: Steph Fox Date: Wed, 30 Jan 2008 00:53:56 +0000 (+0000) Subject: OK so let's kill the bug-hider X-Git-Tag: RELEASE_2_0_0a1~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed2785e2a5bff22225f8e521e21f7ee5e070ecc7;p=php OK so let's kill the bug-hider --- diff --git a/ext/phar/tests/zip/tarmaker.php.inc b/ext/phar/tests/zip/tarmaker.php.inc index 831fa4a6f1..da2add772b 100644 --- a/ext/phar/tests/zip/tarmaker.php.inc +++ b/ext/phar/tests/zip/tarmaker.php.inc @@ -73,6 +73,6 @@ class tarmaker function __destruct() { - @unlink($this->tmppath); + unlink($this->tmppath); } } \ No newline at end of file