diff --git a/bbs/delete_comment.php b/bbs/delete_comment.php index 2f9762725..89d5fe84d 100644 --- a/bbs/delete_comment.php +++ b/bbs/delete_comment.php @@ -59,7 +59,7 @@ if ($row['cnt'] && !$is_admin) alert('이 코멘트와 관련된 답변코멘트가 존재하므로 삭제 할 수 없습니다.'); // 코멘트 삭제 -if (!delete_point($write['mb_id'], $bo_table, $comment_id, '코멘트')) +if (!delete_point($write['mb_id'], $bo_table, $comment_id, '댓글')) insert_point($write['mb_id'], $board['bo_comment_point'] * (-1), "{$board['bo_subject']} {$write['wr_parent']}-{$comment_id} 코멘트삭제"); // 코멘트 삭제