mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@753 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d332f6197f
commit
099f5ccd56
12 changed files with 24 additions and 24 deletions
|
|
@ -116,7 +116,7 @@
|
|||
**/
|
||||
function procInsertComment() {
|
||||
// 댓글 입력에 필요한 데이터 추출
|
||||
$obj = Context::gets('document_srl','comment_srl','parent_srl','content','password','nick_name','user_name','member_srl','email_address','homepage');
|
||||
$obj = Context::gets('document_srl','comment_srl','parent_srl','content','password','nick_name','nick_name','member_srl','email_address','homepage');
|
||||
$obj->module_srl = $this->module_srl;
|
||||
|
||||
// comment 모듈의 model 객체 생성
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue