From 3396284d39a15314f3bd452575c0c0ae4eb398d3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 16:39:19 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 5c6751c4..8c92b2ef 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -93,7 +93,7 @@ class Pman_Core_JsCompile extends Pman if (file_exists($output_path.'/'.$output)) { - echo ''; + echo ''; return; } foreach($files as $f=>$t) { -- 2.39.2