mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13832] Remove unused global from bbcode_init()
PHPBB3-13832
This commit is contained in:
parent
e8602d4203
commit
358c634153
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class bbcode_firstpass extends bbcode
|
||||||
*/
|
*/
|
||||||
function bbcode_init($allow_custom_bbcode = true)
|
function bbcode_init($allow_custom_bbcode = true)
|
||||||
{
|
{
|
||||||
global $phpbb_dispatcher, $bbcode_class;
|
global $phpbb_dispatcher;
|
||||||
|
|
||||||
static $rowset;
|
static $rowset;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue