From: Alan Knowles Date: Tue, 26 Jul 2011 11:23:31 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a3dfb817d13c8c7450a1afe7d88254a9d6b30058 JsCompile.php --- 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; }