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

index 8682829..cc384ef 100644 (file)
@@ -141,7 +141,7 @@ class Pman_Core_JsCompile  extends Pman
             $this->packCssCore($arfiles,$output_path.'/_cache_/'.$output);
         }
         
-        if (file_exists($output_path'/_cache_/'..$output)) {
+        if (file_exists($output_path..'/_cache_/'.$output)) {
             echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url. '/_cache_/'. $output.'" />';
             return;
         }