Block max_id for changeset feeds instead of page which is no longer used
This commit is contained in:
parent
272a708b0f
commit
686aae7732
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ class ChangesetController < ApplicationController
|
|||
##
|
||||
# list edits (open changesets) in reverse chronological order
|
||||
def list
|
||||
if request.format == :atom and params[:page]
|
||||
redirect_to params.merge({ :page => nil }), :status => :moved_permanently
|
||||
if request.format == :atom and params[:max_id]
|
||||
redirect_to params.merge({ :max_id => nil }), :status => :moved_permanently
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue