summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/rss_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/rss_controller.rb b/app/controllers/rss_controller.rb
index 5e296985..655ccba4 100644
--- a/app/controllers/rss_controller.rb
+++ b/app/controllers/rss_controller.rb
@@ -5,7 +5,7 @@ class RssController < ApplicationController
5 def updates 5 def updates
6 expires_in 31.minutes, :public => true 6 expires_in 31.minutes, :public => true
7 7
8 I18n.locale = :de 8 I18n.locale = I18n.default_locale
9 9
10 @items = Page.heads 10 @items = Page.heads
11 .joins("JOIN taggings ON taggings.taggable_id = pages.id 11 .joins("JOIN taggings ON taggings.taggable_id = pages.id