From 924aafe067302a422ba20b7e5bc488ce2c570c35 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Jul 2011 19:47:26 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/JsCompile.php b/JsCompile.php index a3acb4c8..58e56395 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -263,6 +263,7 @@ class Pman_Core_JsCompile extends Pman " . htmlspecialchars($res) . " -->"; + // we should do more checking.. return val etc.. if (file_exists($output) && ($max < filemtime($output) ) ) { -- 2.39.2