1
0
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:
JoshyPHP
2015-05-15 02:12:52 +02:00
parent f5ce9f2738
commit f7ad2c2b32
4 changed files with 9 additions and 9 deletions

View File

@@ -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))
{