From: Alan Knowles Date: Thu, 15 Aug 2019 06:04:33 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=refs%2Fheads%2Fwip_alan_T5999_delete_on_exit_for_temporary Pman.php --- diff --git a/Pman.php b/Pman.php index f790e7c..a999995 100644 --- a/Pman.php +++ b/Pman.php @@ -398,7 +398,8 @@ class Pman extends HTML_FlexyFramework_Page static $deleteOnExit = false; static function deleteOnExit() { - foreach($self::$deleteOnExit as $fn) { + + foreach(self::$deleteOnExit as $fn) { unlink($fn); } }