From: Alan Knowles Date: Fri, 22 Jul 2011 08:03:27 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=8b6e8444b38d8832093657c76c576a58ab46af14;p=Pman.Core JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index cb91b9c9..986978bf 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -150,7 +150,7 @@ class Pman_Core_JsCompile extends Pman // we should do more checking.. return val etc.. if (file_exists($output) && ($max < filemtime($output) ) ) { - return $output; + return true; } return false;