From 17223b5177da34560e0eb55660b6c426a7e35ea2 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Mon, 20 Apr 2009 17:15:28 +0000 Subject: [PATCH 1/1] Apply patch by Lars from osm dev list with the typo --- app/controllers/old_relation_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/old_relation_controller.rb b/app/controllers/old_relation_controller.rb index f8ebbd070..159b56f20 100644 --- a/app/controllers/old_relation_controller.rb +++ b/app/controllers/old_relation_controller.rb @@ -35,7 +35,7 @@ class OldRelationController < ApplicationController rescue ActiveRecord::RecordNotFound render :nothing => true, :status => :not_found rescue - render :nothing => true, :status => :internetal_service_error + render :nothing => true, :status => :internal_service_error end end end -- 2.43.2