페이지모듈에서 컨텐츠 위젯 추가시 기존의 업로드된 파일 목록이 나오지 않던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3793 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-25 14:31:39 +00:00
parent 117066bfb8
commit 14e047557f

View file

@ -49,7 +49,7 @@
$option->enable_component = true;
$option->resizable = false;
$option->height = 400;
$option->manual_start = true;
$option->manual_start = false;
$editor = $oEditorModel->getEditor($module_srl, $option);
Context::set('editor', $editor);