JsCompile.php
[Pman.Core] / JsCompile.php
index 29818a9..829a6d2 100644 (file)
@@ -102,7 +102,7 @@ class Pman_Core_JsCompile  extends Pman
         
         $output = md5(serialize($arfiles)) .'.js';
         
-        if (!file_exists($basedir'/_cache_/'.$output)) {
+        if (!file_exists($basedir.'/_cache_/'.$output)) {
             $this->pack($arfiles,$basedir.'/_cache_/'.$output);
         }