reorganize site settings a bit

This commit is contained in:
Jeff Atwood
2014-10-19 23:14:50 -07:00
parent ba9e4b42fe
commit 92b615b503
9 changed files with 20 additions and 20 deletions

View File

@ -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