DataObjects/core.sql
authorAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:06:10 +0000 (00:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:06:10 +0000 (00:06 +0800)
SimpleExcel.php
JsCompile.php

JsCompile.php

index 8794e74..81bac8d 100644 (file)
@@ -190,8 +190,8 @@ class Pman_Core_JsCompile  extends Pman
         $seed= System::which('seed');
         $gjs = System::which('gjs');
         
-        if (!$seed) {
-            echo '<!-- seed not installed -->';
+        if (!$seed && !$gjs) {
+            echo '<!-- seed or gjs are  not installed -->';
             return false;
             
         }