JsCompile.php
[Pman.Core] / JsCompile.php
index 5cfc70e..fe72fe2 100644 (file)
@@ -246,7 +246,7 @@ class Pman_Core_JsCompile  extends Pman
             $max = max($max,$mt);
             $ofiles[] = escapeshellarg($f);
         }
-        if ($max < $targetm)
+        if ($max < $targetm) {
             echo '<!--  use cached compile. -->';
             return true;
         }