From ed2785e2a5bff22225f8e521e21f7ee5e070ecc7 Mon Sep 17 00:00:00 2001 From: Steph Fox Date: Wed, 30 Jan 2008 00:53:56 +0000 Subject: [PATCH] OK so let's kill the bug-hider --- ext/phar/tests/zip/tarmaker.php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1