mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
삭제 액션에서 누락된 삭제 쿼리추가 및 댓글 카운터 정상적동할 수 잇도록 개선
This commit is contained in:
parent
2da5f1309e
commit
2d1ba7d26d
2 changed files with 28 additions and 2 deletions
|
|
@ -471,9 +471,9 @@ class commentAdminController extends comment
|
|||
|
||||
$oComment = $oCommentModel->getComment($originObject->comment_srl);
|
||||
|
||||
if($oComment)
|
||||
if($oComment->isExists())
|
||||
{
|
||||
$output = $oCommentController->updateCommentByRestore($originObject);
|
||||
$output = $oCommentController->updateCommentByRestore($obj);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue