From 0dcc56c9d6298d20903a6d53e907368cb6841a87 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 15:44:02 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 53254426..b3ddd6f2 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -85,7 +85,7 @@ class Pman_Core_JsCompile extends Pman } } - $output = serialize($arfiles) .'.js'; + $output = md5(serialize($arfiles)) .'.js'; if (!file_exists($output_path.'/'.$output)) { $this->pack($arfiles,$output); -- 2.39.2