From f3a2683d75467459d510bbeb94a70dbe302dca74 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 20 Jun 2013 05:29:36 +0000 Subject: [PATCH] * when js::excute, no html head. --- lib/front/front.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/front/front.class.php b/lib/front/front.class.php index a31eaf6dda..419634a12a 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -783,7 +783,7 @@ EOT; */ static public function execute($code) { - $js = self::start(); + $js = self::start($full = false); $js .= $code; $js .= self::end(); echo $js;