X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JsCompile.php;h=8794e7451b14eeb6cfd6eecc2a1b8aa48d820471;hb=c1c838483b6aa636b17dbd0b3a73d998efda5e6b;hp=ab815c2e75e134a9ac0e043f46ed7f2a990b0b77;hpb=8445737a73b7ebd3a3e917cbd098eba6146f58a7;p=Pman.Core diff --git a/JsCompile.php b/JsCompile.php index ab815c2e..8794e745 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -186,7 +186,10 @@ class Pman_Core_JsCompile extends Pman return false; } require_once 'System.php'; + $seed= System::which('seed'); + $gjs = System::which('gjs'); + if (!$seed) { echo ''; return false;