[ticket/13832] Remove unused global from bbcode_init()

PHPBB3-13832
This commit is contained in:
Marc Alexander 2015-05-19 17:26:01 +02:00
parent e8602d4203
commit 358c634153

View file

@ -126,7 +126,7 @@ class bbcode_firstpass extends bbcode
*/
function bbcode_init($allow_custom_bbcode = true)
{
global $phpbb_dispatcher, $bbcode_class;
global $phpbb_dispatcher;
static $rowset;