From e4be5db881569a3d14c1bde80275fc1a713e8970 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Fri, 11 Mar 2011 15:36:42 +0100 Subject: [PATCH] there can be no reason to not set the locale --- app/controllers/posts_controller.rb | 1 - app/controllers/publics_controller.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb index 1a4aad021..330c5490f 100644 --- a/app/controllers/posts_controller.rb +++ b/app/controllers/posts_controller.rb @@ -5,7 +5,6 @@ class PostsController < ApplicationController skip_before_filter :count_requests skip_before_filter :set_invites - skip_before_filter :set_locale skip_before_filter :which_action_and_user skip_before_filter :set_grammatical_gender diff --git a/app/controllers/publics_controller.rb b/app/controllers/publics_controller.rb index fcc96e654..2c864fd0b 100644 --- a/app/controllers/publics_controller.rb +++ b/app/controllers/publics_controller.rb @@ -9,7 +9,6 @@ class PublicsController < ApplicationController skip_before_filter :set_header_data skip_before_filter :count_requests skip_before_filter :set_invites - skip_before_filter :set_locale skip_before_filter :which_action_and_user skip_before_filter :set_grammatical_gender