[feature/events] Adding ledge display_custom_bbcodes

Used by phpBB Gallery

PHPBB3-9550
This commit is contained in:
Joas Schilling 2012-03-16 11:22:31 +01:00
parent 69407cae7b
commit 1a7f83948e

View file

@ -888,6 +888,8 @@ function display_custom_bbcodes()
$i++; $i++;
} }
$db->sql_freeresult($result); $db->sql_freeresult($result);
$phpbb_dispatcher->dispatch('core.display_custom_bbcodes');
} }
/** /**