From: Alan Knowles Date: Mon, 21 May 2012 08:32:21 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1b02153d31298f0bf1caa538d8fe62f78fa1fb9a JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 5cfc70e6..fe72fe22 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -246,7 +246,7 @@ class Pman_Core_JsCompile extends Pman $max = max($max,$mt); $ofiles[] = escapeshellarg($f); } - if ($max < $targetm) + if ($max < $targetm) { echo ''; return true; }