JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 09:37:51 +0000 (17:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 09:37:51 +0000 (17:37 +0800)
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);
         }