From eb5b57e40e1d6dd9f542fe0e531e8943e7042e8f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Mar 2016 18:08:08 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index a701c6e9..90eeed7a 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -287,7 +287,7 @@ class Pman_Core_JsCompile extends Pman return true; } - if (file_exists($output) { + if (file_exists($output)) { unlink($output); } -- 2.39.2