삭제 액션에서 누락된 삭제 쿼리추가 및 댓글 카운터 정상적동할 수 잇도록 개선

This commit is contained in:
BJRambo 2017-03-07 09:12:36 +09:00
parent 2da5f1309e
commit 2d1ba7d26d
2 changed files with 28 additions and 2 deletions

View file

@ -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
{