From 8b6e8444b38d8832093657c76c576a58ab46af14 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 16:03:27 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2