1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/17191] Repair functional tests for lang change

PHPBB3-17191
This commit is contained in:
Christian Schnegelberger
2023-09-23 12:38:17 +02:00
committed by Marc Alexander
parent 154f0e719d
commit 4baa3e778d
3 changed files with 7 additions and 3 deletions

View File

@@ -395,7 +395,7 @@ class feed
'FEED_TITLE' => $this->config['sitename'],
'FEED_SUBTITLE' => $this->config['site_desc'],
'FEED_UPDATED' => $this->feed_helper->format_date($feed_updated_time),
'FEED_LANG' => $this->lang_helper->get_lang_key_value('user_lang', $user->data['user_lang']),
'FEED_LANG' => $this->lang_helper->get_lang_key_value('user_lang', $this->user->data['user_lang']),
'FEED_AUTHOR' => $this->config['sitename'],
// Feed entries