mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/11959] Use COMMA_SEPARATOR to join the user list.
PHPBB3-11959
This commit is contained in:
@@ -207,7 +207,7 @@ class post extends \phpbb\notification\type\base
|
|||||||
|
|
||||||
return $this->user->lang(
|
return $this->user->lang(
|
||||||
$lang_key,
|
$lang_key,
|
||||||
implode(', ', $usernames),
|
implode($this->user->lang['COMMA_SEPARATOR'], $usernames),
|
||||||
censor_text($this->get_data('topic_title')),
|
censor_text($this->get_data('topic_title')),
|
||||||
$extra_cnt
|
$extra_cnt
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user