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

index 2400c92..2935dd8 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);
         }
@@ -165,7 +165,7 @@ class Pman_Core_JsCompile  extends Pman
         $o = HTML_FlexyFramework::get()->Pman_Core;
         
         if (empty($o['cssminify']) || !file_exists($o['cssminify'])) {
-            echo '<!-- cssminify not set -->';
+            echo '<!-- jspacker not set -->';
             return false;
         }
         require_once 'System.php';