From a3dfb817d13c8c7450a1afe7d88254a9d6b30058 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Jul 2011 19:23:31 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/JsCompile.php b/JsCompile.php index 8808bde5..7a5e3f16 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -255,18 +255,20 @@ class Pman_Core_JsCompile extends Pman $res = `$cmd`; //exit; - // we should do more checking.. return val etc.. - if (file_exists($output) && ($max < filemtime($output) ) ) { - - return true; - } - echo ""; + // we should do more checking.. return val etc.. + if (file_exists($output) && ($max < filemtime($output) ) ) { + + return true; + } + echo ""; return false; } -- 2.39.2