mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
댓글 페이지 수 설정 안되는 문제 수정
This commit is contained in:
parent
14449dff9d
commit
451ca57602
1 changed files with 1 additions and 1 deletions
|
|
@ -1123,7 +1123,7 @@ class CommentModel extends Comment
|
|||
{
|
||||
$comment_config->comment_count = 50;
|
||||
}
|
||||
if(!isset($comment_config->comment_page_count) || $comment_config->comment_page_count)
|
||||
if(!isset($comment_config->comment_page_count) || !$comment_config->comment_page_count)
|
||||
{
|
||||
$comment_config->comment_page_count = 10;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue