mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis
PHPBB3-12060
This commit is contained in:
parent
3659ba884e
commit
b1e05be6ea
@ -286,8 +286,8 @@ class acp_bbcodes
|
|||||||
'bbcode_match' => $bbcode_match,
|
'bbcode_match' => $bbcode_match,
|
||||||
'bbcode_tpl' => htmlspecialchars($bbcode_tpl),
|
'bbcode_tpl' => htmlspecialchars($bbcode_tpl),
|
||||||
'bbcode_helpline' => $bbcode_helpline,
|
'bbcode_helpline' => $bbcode_helpline,
|
||||||
'display_on_posting' => $display_on_posting)
|
'display_on_posting' => $display_on_posting,
|
||||||
))
|
)))
|
||||||
, 'confirm_bbcode.html');
|
, 'confirm_bbcode.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user