diff options
author | MikelAlejoBR <mikelalejobr@outlook.com> | 2018-09-16 19:00:51 +0200 |
---|---|---|
committer | MikelAlejoBR <mikelalejobr@outlook.com> | 2018-09-16 19:23:30 +0200 |
commit | 4396bfba65b0c69023b47b564f789700f892e05a (patch) | |
tree | 14a72e342c3ae592abf91e45903b11a66c95f843 /phpBB/posting.php | |
parent | e17f00fb6b482c71f3ed42786b6f413373a61b9b (diff) | |
download | forums-4396bfba65b0c69023b47b564f789700f892e05a.tar forums-4396bfba65b0c69023b47b564f789700f892e05a.tar.gz forums-4396bfba65b0c69023b47b564f789700f892e05a.tar.bz2 forums-4396bfba65b0c69023b47b564f789700f892e05a.tar.xz forums-4396bfba65b0c69023b47b564f789700f892e05a.zip |
[ticket/15622] Rename function to avoid potential future conflicts
PHPBB3-15622
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index de399068bc..1fd1444eab 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1637,7 +1637,7 @@ if ($generate_quote) 'user_id' => $post_data['poster_id'], ); - format_quote($config['allow_bbcode'], $quote_attributes, $bbcode_utils, $message_parser); + phpbb_format_quote($config['allow_bbcode'], $quote_attributes, $bbcode_utils, $message_parser); } if (($mode == 'reply' || $mode == 'quote') && !$submit && !$preview && !$refresh) |