]> git.openstreetmap.org Git - rails.git/commitdiff
Remove accidental commit
authorTom Hughes <tom@compton.nu>
Sun, 12 Mar 2023 17:53:30 +0000 (17:53 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 12 Mar 2023 17:53:30 +0000 (17:53 +0000)
app/controllers/geocoder_controller.rb

index b779d353e98c69d29dbf4c5b6dc412c628ddff84..fc8b3a60bab0d068170a01e600ed771564569fe8 100644 (file)
@@ -98,7 +98,7 @@ class GeocoderController < ApplicationController
 
     # create parameter hash for "more results" link
     @more_params = params
-                   .permit(:query, :minlon, :minlat, :maxlon, :maxlat, :exclude, :xhr)
+                   .permit(:query, :minlon, :minlat, :maxlon, :maxlat, :exclude)
                    .merge(:exclude => more_url_params["exclude_place_ids"].first)
 
     # parse the response