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