1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/13713] Rework BBCode parameters

PHPBB3-13713
This commit is contained in:
lavigor
2018-07-04 00:47:38 +03:00
committed by Marc Alexander
parent 9ded988c27
commit c66f4806e8
6 changed files with 77 additions and 75 deletions

View File

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