git-svn-id: http://xe-core.googlecode.com/svn/trunk@1605 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-12 04:55:28 +00:00
parent c8185fadaa
commit 3b0fef43bd
3 changed files with 2 additions and 4 deletions

View file

@ -25,7 +25,7 @@
// 에디터 모듈의 getEditor를 호출하여 세팅
$oEditorModel = &getModel('editor');
$option->allow_fileupload = $this->grant->comment_fileupload;
$option->allow_fileupload = false;
$option->enable_autosave = false;
$option->enable_default_component = true;
$option->enable_component = true;