aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
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)