[8103] 보완

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8104 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-02-17 06:29:23 +00:00
parent ecb0f65623
commit 3ffbbddc97

View file

@ -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);