mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15622] Rename function to avoid potential future conflicts
PHPBB3-15622
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user