mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/17191] Use di and avoid circular ref
PHPBB3-17191
This commit is contained in:
committed by
Marc Alexander
parent
14b7caecd1
commit
8abf9b66e1
@@ -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'),
|
||||
'FEED_LANG' => $this->lang_helper->get_lang_key_value('user_lang', $user->data['user_lang']),
|
||||
'FEED_AUTHOR' => $this->config['sitename'],
|
||||
|
||||
// Feed entries
|
||||
|
Reference in New Issue
Block a user