Skip to content

Commit 296fce6

Browse files
author
Shawn McCool
committed
change number of threads on the index page
1 parent de87fd6 commit 296fce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/Forum/ForumThreadsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ForumThreadsController extends BaseController implements
2020
protected $threadCreator;
2121
private $replies;
2222

23-
protected $threadsPerPage = 20;
23+
protected $threadsPerPage = 50;
2424
protected $repliesPerPage = 20;
2525

2626
public function __construct(

0 commit comments

Comments
 (0)