mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
#2127 에디터 컴포넌트에 관련한 보안 문제 고침
This commit is contained in:
parent
d0d5e81e08
commit
3b557978e9
3 changed files with 15 additions and 1 deletions
|
|
@ -694,6 +694,8 @@ class editorModel extends editor
|
|||
}
|
||||
$component = $output->data;
|
||||
|
||||
if(!$output->data) return false;
|
||||
|
||||
$component_name = $component->component_name;
|
||||
|
||||
unset($xml_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue