mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11959] Move phpbb_generate_string_list() to functions_content.php.
PHPBB3-11959
This commit is contained in:
@@ -211,11 +211,6 @@ class post extends \phpbb\notification\type\base
|
||||
$usernames[] = $this->user->lang('NOTIFICATION_X_OTHERS', $trimmed_responders_cnt);
|
||||
}
|
||||
|
||||
if (!function_exists('phpbb_generate_string_list'))
|
||||
{
|
||||
include($this->phpbb_root_path . 'includes/functions_display.' . $this->php_ext);
|
||||
}
|
||||
|
||||
return $this->user->lang(
|
||||
$this->language_key,
|
||||
phpbb_generate_string_list($usernames, $this->user),
|
||||
|
Reference in New Issue
Block a user