projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support legacy bbox param on /history as well
[rails.git]
/
app
/
controllers
/
changeset_controller.rb
diff --git
a/app/controllers/changeset_controller.rb
b/app/controllers/changeset_controller.rb
index 5cd59c780ef8ab04dfb37cd66781970e9630b30d..d34eb873938f648bbb1e59b7575f283bf3aa6011 100644
(file)
--- a/
app/controllers/changeset_controller.rb
+++ b/
app/controllers/changeset_controller.rb
@@
-268,7
+268,7
@@
class ChangesetController < ApplicationController
return
end
- if request.format == :html and !params[:
bbox
]
+ if request.format == :html and !params[:
list
]
require_oauth
render :action => :history, :layout => map_layout
else