diff options
author | Cesar G <prototech91@gmail.com> | 2014-03-29 09:29:47 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-03-29 09:32:04 -0700 |
commit | b893dae105f72b7c34abe855e24f0dec35206208 (patch) | |
tree | d372bda9cdc495bb792e0500834aeb0bcebde884 /phpBB/phpbb | |
parent | 2a822931c6d95fe9e6066752ec59ab614189837e (diff) | |
download | forums-b893dae105f72b7c34abe855e24f0dec35206208.tar forums-b893dae105f72b7c34abe855e24f0dec35206208.tar.gz forums-b893dae105f72b7c34abe855e24f0dec35206208.tar.bz2 forums-b893dae105f72b7c34abe855e24f0dec35206208.tar.xz forums-b893dae105f72b7c34abe855e24f0dec35206208.zip |
[ticket/11959] Move phpbb_generate_string_list() to functions_content.php.
PHPBB3-11959
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/notification/type/post.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/phpbb/notification/type/post.php b/phpBB/phpbb/notification/type/post.php index d3491a3f5e..140c0ad82a 100644 --- a/phpBB/phpbb/notification/type/post.php +++ b/phpBB/phpbb/notification/type/post.php @@ -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), |