From 3357eccea279a35e67036b1c2e0fd2b1914d0457 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 16:41:15 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 1479ff6d..fcc046f4 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -124,7 +124,7 @@ class Pman_Core_JsCompile extends Pman $output = md5(serialize($arfiles)) .'.css'; if (!file_exists($output_path.'/_cached_/'.$output)) { - $this->packCssCore($arfiles,$output_path.'/'.$output); + $this->packCssCore($arfiles,$output_path.'/_cached_/'.$output); } if (file_exists($output_path.'/'.$output)) { -- 2.39.2