From: Alan Knowles Date: Fri, 22 Jul 2011 07:59:01 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c25dcb22439531a563823ff94b583838beef6d84;p=Pman.Core JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 3598ada4..5b5885ee 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -88,7 +88,7 @@ class Pman_Core_JsCompile extends Pman $output = md5(serialize($arfiles)) .'.js'; if (!file_exists($output_path.'/'.$output)) { - $this->pack($arfiles,$output); + $this->pack($arfiles,$output_path.'/'.$output); } if (file_exists($output_path.'/'.$output)) {