1
0
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:
Matt Friedman 2013-12-12 09:55:21 -08:00
parent 3659ba884e
commit b1e05be6ea

View File

@ -286,8 +286,8 @@ class acp_bbcodes
'bbcode_match' => $bbcode_match,
'bbcode_tpl' => htmlspecialchars($bbcode_tpl),
'bbcode_helpline' => $bbcode_helpline,
'display_on_posting' => $display_on_posting)
))
'display_on_posting' => $display_on_posting,
)))
, 'confirm_bbcode.html');
}