회원 관리 페이지에서 서명 편집 기능이 나타나지 않는 template 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4054 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-31 00:10:59 +00:00
parent 8eb0d8931f
commit 86ac7db67c
2 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@
$option->allow_fileupload = false;
$option->enable_autosave = false;
$option->enable_default_component = true;
$option->enable_component = false;
$option->enable_component = true;
$option->resizable = true;
$option->height = 300;
$editor = $oEditorModel->getEditor(0, $option);