From 502e60c9a173f84facfcdf59e3d17c3874a372d0 Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Tue, 26 Jan 2010 15:50:21 -0500 Subject: [PATCH] Oops..Forgot to revert this little bit of i18n Fixes #991 --- app/controllers/application_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index fb4ee359..56dc69f6 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -276,8 +276,6 @@ class ApplicationController < ActionController::Base def set_time_zone Time.zone = current_user.prefs.time_zone if logged_in? - locale = params[:locale] || 'en-US' - I18n.locale = locale end def set_zindex_counter