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

This commit is contained in:
zero 2007-04-02 08:00:22 +00:00
parent e142f5e4a9
commit 48d3f91cc2
4 changed files with 20 additions and 1 deletions

View file

@ -128,6 +128,14 @@
// 추가 가입폼 목록을 받음
Context::set('extend_form_list', $oMemberModel->getCombineJoinForm($member_info));
// 에디터 모듈의 getEditor를 호출하여 서명용으로 세팅
if($member_info->member_srl) {
$oEditorModel = &getModel('editor');
$editor = $oEditorModel->getEditor($member_info->member_srl, false, false);
Context::set('editor', $editor);
}
// 템플릿 파일 지정
$this->setTemplateFile('modify_info');
}