mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1230 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c58b1925f0
commit
86b2b76c86
10 changed files with 53 additions and 45 deletions
|
|
@ -404,10 +404,9 @@
|
|||
$comment_srl = getNextSequence();
|
||||
Context::set('comment_srl', $comment_srl);
|
||||
}
|
||||
|
||||
// 에디터 모듈의 getEditor를 호출하여 세팅
|
||||
$oEditorModel = &getModel('editor');
|
||||
$comment_editor = $oEditorModel->getEditor($comment_srl, $this->grant->fileupload);
|
||||
$comment_editor = $oEditorModel->getEditor($comment_srl, $this->grant->comment_fileupload);
|
||||
Context::set('comment_editor', $comment_editor);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue