]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api_controller.rb
Remove unused parameter
[rails.git] / app / controllers / api_controller.rb
index 602b79d69c5462e6f9a0cdae3d2e1c55b343c306..455c05491abff31b1379a14fd971c2ae531d7ad4 100644 (file)
@@ -203,7 +203,7 @@ class ApiController < ApplicationController
     # this "uniq" may be slightly inefficient; it may be better to first collect and output
     # all node-related relations, then find the *not yet covered* way-related ones etc.
     relations.uniq.each do |relation|
-      doc.root << relation.to_xml_node(nil, changeset_cache, user_display_name_cache)
+      doc.root << relation.to_xml_node(changeset_cache, user_display_name_cache)
     end
 
     response.headers["Content-Disposition"] = "attachment; filename=\"map.osm\""