JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 09:37:21 +0000 (17:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 09:37:21 +0000 (17:37 +0800)
JsCompile.php

index 3ac0a48..86da182 100644 (file)
@@ -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);
         }