From: Alan Knowles Date: Tue, 22 Mar 2016 10:08:08 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=eb5b57e40e1d6dd9f542fe0e531e8943e7042e8f JsCompile.php --- 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); }