JsCompile.php
[Pman.Core] / JsCompile.php
index 3598ada..5b5885e 100644 (file)
@@ -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)) {