JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 08:32:21 +0000 (16:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 May 2012 08:32:21 +0000 (16:32 +0800)
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;
         }