Oops..Forgot to revert this little bit of i18n

Fixes #991
This commit is contained in:
Eric Allen 2010-01-26 15:50:21 -05:00
parent c3e731e0a3
commit 502e60c9a1

View file

@ -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