mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
reorganize site settings a bit
This commit is contained in:
@ -21,7 +21,7 @@ class TopicView
|
||||
|
||||
@page = @page.to_i
|
||||
@page = 1 if @page.zero?
|
||||
@limit ||= SiteSetting.posts_per_page
|
||||
@limit ||= SiteSetting.posts_chunksize
|
||||
|
||||
setup_filtered_posts
|
||||
|
||||
|
Reference in New Issue
Block a user