X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c3bf919e3e8d20503c1ef39f87d674d1adf31553..273706ae09862364deaa0287a3b563340300fdea:/app/controllers/map_bugs_controller.rb diff --git a/app/controllers/map_bugs_controller.rb b/app/controllers/map_bugs_controller.rb index 8412d17f3..41881cfb7 100644 --- a/app/controllers/map_bugs_controller.rb +++ b/app/controllers/map_bugs_controller.rb @@ -214,10 +214,11 @@ class MapBugsController < ApplicationController else conditions = ['false'] end - elsif request.format == :html + else #if request.format == :html @title = t 'user.no_such_user.title' @not_found_user = params[:display_name] render :template => 'user/no_such_user', :status => :not_found + return end end