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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user