JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:34:31 +0000 (16:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:34:31 +0000 (16:34 +0800)
JsCompile.php

index 5787035..1f12579 100644 (file)
@@ -151,7 +151,7 @@ class Pman_Core_JsCompile  extends Pman
          
         $o = HTML_FlexyFramework::get()->Pman_Core;
         
-        if (empty($o['cssminify']) || !file_exists($o['jspacker'])) {
+        if (empty($o['cssminify']) || !file_exists($o['cssminify'])) {
             echo '<!-- jspacker not set -->';
             return false;
         }