From c0323e02393bcf5257bd0e3658f07bf1e5b40dfc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Aug 2011 11:04:43 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.2