X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/77797b21b0701654f9a7ee57aace7fa16214e9c2..686c51254390391c0ffd63a7a434bdca39acd944:/config/initializers/oauth.rb?ds=inline diff --git a/config/initializers/oauth.rb b/config/initializers/oauth.rb index fbe4ad219..812e6610d 100644 --- a/config/initializers/oauth.rb +++ b/config/initializers/oauth.rb @@ -45,7 +45,7 @@ module OpenStreetMap status = options.delete(:status) || :ok head status, options else - super(options) + super end end @@ -61,7 +61,7 @@ module OpenStreetMap end end - super(controller) + super end end end