X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/240869f37b075706ff1619fd38fbb179c501de1c..09fdee54938792f06ce5b0636f01440a17117add:/app/controllers/amf_controller.rb diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index 03d952b96..7f85280b7 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -29,7 +29,7 @@ class AmfController < ApplicationController include Potlatch session :off - before_filter :check_write_availability + before_filter :check_api_writable # Main AMF handlers: process the raw AMF string (using AMF library) and # calls each action (private method) accordingly.