aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-15 02:12:52 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-15 02:12:52 +0200
commitf7ad2c2b32b309edba006a8d4b58727b50642ea2 (patch)
tree247dbbe4bb98b5f287c7a1463260417ee13efc37 /phpBB/phpbb/notification
parentf5ce9f273829ba470a1348b4314cddb58f552da0 (diff)
downloadforums-f7ad2c2b32b309edba006a8d4b58727b50642ea2.tar
forums-f7ad2c2b32b309edba006a8d4b58727b50642ea2.tar.gz
forums-f7ad2c2b32b309edba006a8d4b58727b50642ea2.tar.bz2
forums-f7ad2c2b32b309edba006a8d4b58727b50642ea2.tar.xz
forums-f7ad2c2b32b309edba006a8d4b58727b50642ea2.zip
[ticket/13680] Renamed get_quote_authors to get_outermost_quote_authors
PHPBB3-13680
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r--phpBB/phpbb/notification/type/quote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/quote.php b/phpBB/phpbb/notification/type/quote.php
index 1b8efe4c8e..51edfec6f7 100644
--- a/phpBB/phpbb/notification/type/quote.php
+++ b/phpBB/phpbb/notification/type/quote.php
@@ -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))
{