mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/13454] Add excessively removed code back
PHPBB3-13454
This commit is contained in:
@@ -2201,7 +2201,7 @@ function remove_invalid_users()
|
||||
|
||||
function convert_bbcode($message, $convert_size = true, $extended_bbcodes = false)
|
||||
{
|
||||
static $orig, $repl, $origx, $replx;
|
||||
static $orig, $repl, $origx, $replx, $str_from, $str_to;
|
||||
|
||||
if (empty($orig))
|
||||
{
|
||||
|
Reference in New Issue
Block a user