#2127 에디터 컴포넌트에 관련한 보안 문제 고침

This commit is contained in:
bnu 2017-08-10 16:11:32 +09:00 committed by Kijin Sung
parent d0d5e81e08
commit 3b557978e9
3 changed files with 15 additions and 1 deletions

View file

@ -694,6 +694,8 @@ class editorModel extends editor
}
$component = $output->data;
if(!$output->data) return false;
$component_name = $component->component_name;
unset($xml_info);