diff options
Diffstat (limited to 'phpBB/includes/functions_convert.php')
| -rw-r--r-- | phpBB/includes/functions_convert.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index 96e125f2e8..3575768782 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -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)) { |
