]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api_controller.rb
Merge branch 'master' into moderation
[rails.git] / app / controllers / api_controller.rb
index 9324a8ed56a4c4eb2351123a0c7d677ce56fd894..c6cc3ba5f46cbaf71412b7e414e3f48a0363e2b8 100644 (file)
@@ -193,7 +193,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\""