We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd300a7 commit fc9f889Copy full SHA for fc9f889
1 file changed
app/controllers/post_history_controller.rb
@@ -14,7 +14,7 @@ def post
14
15
@count = base_query.count
16
17
- @page = params[:page].nil? ? 1 : params[:page]
+ @page = params[:page].nil? ? 1 : params[:page].to_i
18
19
render layout: 'without_sidebar'
20
end
0 commit comments