mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
휴지통에 들어 있는 댓글을 삭제할 수 없는 문제 해결
This commit is contained in:
parent
250a957bf3
commit
57a4eece3a
1 changed files with 3 additions and 1 deletions
|
|
@ -495,7 +495,9 @@ class commentAdminController extends comment
|
||||||
|
|
||||||
//already comment deleted, therefore only comment log delete
|
//already comment deleted, therefore only comment log delete
|
||||||
$oCommentController = getController('comment');
|
$oCommentController = getController('comment');
|
||||||
$output = $oCommentController->deleteCommentLog($oComment->get('comment_srl'));
|
$args = new stdClass();
|
||||||
|
$args->comment_srl = $oComment->get('comment_srl');
|
||||||
|
$output = $oCommentController->deleteCommentLog($args);
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue