mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Merge pull request #2233 from dewekk/fix-comment-page
댓글 페이지 수 설정 안되는 문제 수정
This commit is contained in:
commit
e96338fd60
1 changed files with 1 additions and 1 deletions
|
|
@ -1123,7 +1123,7 @@ class CommentModel extends Comment
|
||||||
{
|
{
|
||||||
$comment_config->comment_count = 50;
|
$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;
|
$comment_config->comment_page_count = 10;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue