comment count mismatch 5/20

master
rob 3 years ago
parent 42f2622769
commit 3ce167c956

@ -176,7 +176,7 @@ class PostController extends SiteController {
try {
await resourceService.recordView(req, 'Post', res.locals.post._id);
res.locals.countPerPage = 5;
res.locals.countPerPage = 20;
res.locals.pagination = this.getPaginationParameters(req, res.locals.countPerPage);
if (req.query.comment) {

Loading…
Cancel
Save