1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

[ticket/13713] Remove unneeded code in helper

PHPBB3-13713
This commit is contained in:
lavigor
2018-08-06 14:17:34 +03:00
committed by Marc Alexander
parent d91e3bd66a
commit 89d65f5da0
2 changed files with 10 additions and 26 deletions

View File

@@ -75,7 +75,7 @@ class mention extends \phpbb\notification\type\post
'ignore_users' => array(),
), $options);
$user_ids = $this->helper->get_mentioned_ids($post['post_text']);
$user_ids = $this->helper->get_mentioned_user_ids($post['post_text']);
$user_ids = array_unique($user_ids);