JsCompile.php
authorAlan Knowles <alan@roojs.com>
Tue, 22 Mar 2016 10:08:08 +0000 (18:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Mar 2016 10:08:08 +0000 (18:08 +0800)
JsCompile.php

index a701c6e..90eeed7 100644 (file)
@@ -287,7 +287,7 @@ class Pman_Core_JsCompile  extends Pman
             return true;
         }
         
-        if (file_exists($output) {
+        if (file_exists($output)) {
             unlink($output);
         }