From: Tom Hughes Date: Fri, 16 Dec 2011 08:25:59 +0000 (+0000) Subject: Fix double render error X-Git-Tag: live~5906 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8dd6f9f52fcd563be184da0495ce9b97a063fb3f?ds=sidebyside Fix double render error --- diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 941c54d49..0c13d3892 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -273,6 +273,7 @@ class ChangesetController < ApplicationController elsif request.format == :html @title = t 'user.no_such_user.title' render :template => 'user/no_such_user', :status => :not_found + return end end