summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-31 13:48:09 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-31 13:48:09 +0200
commit7e92f9160fdfecfcddb32cb2fd16acf423b4a8cf (patch)
tree372bf4d2fde8c7ad2f34780063db45a5cbaaa7a5 /app/controllers
parent16cb4bb724d4183e283ca5a995064ec34baa5ada (diff)
Set the rss locale more explicit
Diffstat (limited to 'app/controllers')
-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