mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/13680] Renamed get_quote_authors to get_outermost_quote_authors
PHPBB3-13680
This commit is contained in:
@@ -75,7 +75,7 @@ class quote extends \phpbb\notification\type\post
|
||||
'ignore_users' => array(),
|
||||
), $options);
|
||||
|
||||
$usernames = $this->utils->get_quote_authors($post['post_text']);
|
||||
$usernames = $this->utils->get_outermost_quote_authors($post['post_text']);
|
||||
|
||||
if (empty($usernames))
|
||||
{
|
||||
|
Reference in New Issue
Block a user