X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d21cbc0464e8c25ffe0d36948ac932d18565a008..d3d0da03286d7bf9dc06027f8edb802a3102bb0b:/config/initializers/oauth.rb 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