]> granicus.if.org Git - php/commitdiff
OK so let's kill the bug-hider
authorSteph Fox <sfox@php.net>
Wed, 30 Jan 2008 00:53:56 +0000 (00:53 +0000)
committerSteph Fox <sfox@php.net>
Wed, 30 Jan 2008 00:53:56 +0000 (00:53 +0000)
ext/phar/tests/zip/tarmaker.php.inc

index 831fa4a6f142513ffbd786d120c25c335d06391c..da2add772b1f2a6edd6c09759997ec2dc5fcc18a 100644 (file)
@@ -73,6 +73,6 @@ class tarmaker
 
     function __destruct()
     {
-        @unlink($this->tmppath);
+        unlink($this->tmppath);
     }
 }
\ No newline at end of file