diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-12 09:55:21 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-12 09:55:21 -0800 |
commit | b1e05be6ea757ed90aa73f6556c66a74805e9f3e (patch) | |
tree | 9ce99443a465c48617626fce9f4ec20c4f8de805 /phpBB/includes/acp/acp_bbcodes.php | |
parent | 3659ba884eb9a6bc00ba44a93626a89f8e4bbdcb (diff) | |
download | forums-b1e05be6ea757ed90aa73f6556c66a74805e9f3e.tar forums-b1e05be6ea757ed90aa73f6556c66a74805e9f3e.tar.gz forums-b1e05be6ea757ed90aa73f6556c66a74805e9f3e.tar.bz2 forums-b1e05be6ea757ed90aa73f6556c66a74805e9f3e.tar.xz forums-b1e05be6ea757ed90aa73f6556c66a74805e9f3e.zip |
[ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis
PHPBB3-12060
Diffstat (limited to 'phpBB/includes/acp/acp_bbcodes.php')
-rw-r--r-- | phpBB/includes/acp/acp_bbcodes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php index d14392ad73..d806dbc801 100644 --- a/phpBB/includes/acp/acp_bbcodes.php +++ b/phpBB/includes/acp/acp_bbcodes.php @@ -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'); } |