From 72be83cb3ce7ed971e443f2fa98066ca8ee62fc4 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 17 Dec 2025 16:10:40 +0900 Subject: [PATCH] Fix incorrect comment on getCommentCountByDate() --- modules/comment/comment.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/comment/comment.model.php b/modules/comment/comment.model.php index 67fb49729..f2a7446ed 100644 --- a/modules/comment/comment.model.php +++ b/modules/comment/comment.model.php @@ -308,7 +308,7 @@ class CommentModel extends Comment } /** - * Get the total number of comments in corresponding with document_srl. + * Get the total number of comments posted on the given date. * @param string $date * @param array $moduleList * @param array $statusList