From 1b02153d31298f0bf1caa538d8fe62f78fa1fb9a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 May 2012 16:32:21 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2