r3275에서 잘못 들어간 코드 삭제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3294 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-10 10:09:29 +00:00
parent 080d104f34
commit 99b4cc4a3a

View file

@ -110,7 +110,6 @@
$option->enable_default_component = true;
$option->enable_component = false;
$option->resizable = false;
if($memberModuleConfig->signature_max_height)
$option->height = 200;
$editor = $oEditorModel->getEditor($member_info->member_srl, $option);
Context::set('editor', $editor);