mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
회원번호를 0으로 초기화시키던 문제 고침
This commit is contained in:
parent
aefecb203c
commit
2da5f1309e
1 changed files with 0 additions and 1 deletions
|
|
@ -992,7 +992,6 @@ class commentController extends comment
|
|||
$oDB->begin();
|
||||
|
||||
$obj->status = RX_STATUS_PUBLIC;
|
||||
$obj->member_srl = 0;
|
||||
// use to query default
|
||||
unset($obj->last_update);
|
||||
$output = executeQuery('comment.updateCommentByRestore', $obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue