From 1ba38946391fce9d2e31a5d1fff2a439bb6a362c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 17:37:21 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 3ac0a489..86da182b 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -102,7 +102,7 @@ class Pman_Core_JsCompile extends Pman $output = md5(serialize($arfiles)) .'.js'; - if (!file_exists($output_path.'/_cache_/'.$output)) { + if (!file_exists($basedir'/_cache_/'.$output)) { $this->pack($arfiles,$output_path.'/_cache_/'.$output); } -- 2.39.2