mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
게시물 복사시 댓글/ 엮인글을 이전하지 않는데 정작 댓글수/ 엮인글수는 초기화하지 않던 코드를 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2765 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44c7ca3035
commit
649805bd3a
1 changed files with 2 additions and 0 deletions
|
|
@ -213,6 +213,8 @@
|
|||
$obj->document_srl = getNextSequence();
|
||||
$obj->category_srl = $category_srl;
|
||||
$obj->password_is_hashed = true;
|
||||
$obj->comment_count = 0;
|
||||
$obj->trackback_count = 0;
|
||||
|
||||
// 첨부파일 미리 등록
|
||||
if($oDocument->hasUploadedFiles()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue