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

index 2935dd8..34bbe5a 100644 (file)
@@ -136,7 +136,7 @@ class Pman_Core_JsCompile  extends Pman
         }
         
         $output = md5(serialize($arfiles)) .'.css';
-        
+        )
         if (!file_exists($output_path.'/_cache_/'.$output)) {
             $this->packCssCore($arfiles,$output_path.'/_cache_/'.$output);
         }