From: Alan Knowles Date: Wed, 17 Aug 2011 03:04:43 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c0323e02393bcf5257bd0e3658f07bf1e5b40dfc JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 3268e780..76e921ea 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -177,7 +177,7 @@ class Pman_Core_JsCompile extends Pman $o = HTML_FlexyFramework::get()->Pman_Core; if (empty($o['cssminify']) || !file_exists($o['cssminify'])) { - echo ''; + echo ''; return false; } require_once 'System.php';