From 59e7945f18978bbce62cdb841bf80ec8fa2766b5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 May 2012 16:30:32 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index fbd94f66..3c743196 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -246,7 +246,8 @@ class Pman_Core_JsCompile extends Pman $max = max($max,$mt); $ofiles[] = escapeshellarg($f); } - if ($max < $targetm) { + if ($max < $targetm) + echo ''; return true; } //var_dump($output); -- 2.39.2