Skip to content

Commit eebf2ea

Browse files
Bug Fix
1 parent 430b064 commit eebf2ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

about.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ color: '#2a4b36'
66
author: Taufik Nurrohman
77
image: /lot/x/comment/index.png
88
type: Markdown
9-
version: 3.0.1
9+
version: 3.0.2
1010
...
1111

1212
### Installation

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ function y__comments_pager(array $lot) {
751751
]
752752
];
753753
}
754-
if ($part > 1) {
754+
if ($part > $max) {
755755
$out = [
756756
0 => 'p',
757757
1 => \i('No more %s to load.', ['comments']),

0 commit comments

Comments
 (0)