mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
[8103] 보완
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8104 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ecb0f65623
commit
3ffbbddc97
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue