From 3f44f368172f744499055c482dcaccb0108660ab Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 24 Dec 2015 15:44:55 +0100 Subject: [ticket/13454] Add excessively removed code back PHPBB3-13454 --- phpBB/includes/functions_convert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_convert.php') 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)) { -- cgit v1.2.1