From 3ffbbddc97de243b0dd00d1c3710365ac1149eaa Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 17 Feb 2011 06:29:23 +0000 Subject: [PATCH] =?UTF-8?q?[8103]=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8104 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/widget.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/widget/widget.controller.php b/modules/widget/widget.controller.php index 0672b2405..b06873b91 100644 --- a/modules/widget/widget.controller.php +++ b/modules/widget/widget.controller.php @@ -607,7 +607,7 @@ require_once($class_file); // 객체 생성 - $tmp_fn = create_function('', "return new {$widget}()"); + $tmp_fn = create_function('', "return new {$widget}();"); $oWidget = $tmp_fn(); if(!is_object($oWidget)) return sprintf(Context::getLang('msg_widget_object_is_null'), $widget);