aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-29 15:44:39 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-29 15:44:39 +0200
commita3d46575c7f520dc9731ed4e9221c636c5c7c31e (patch)
treeaea13a869be9340728719cde8f5511a419a6f1f7 /phpBB/posting.php
parentf5dbc3b6f269cb3841c20ad0096fcedb3dac7492 (diff)
parent077051fef56f0d9b504a2593dc84a3d05ef02e18 (diff)
downloadforums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar
forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.gz
forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.bz2
forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.xz
forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.zip
Merge pull request #3613 from nickvergessen/ticket/13844
Ticket/13844 Better FAQ language files
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 4d52da2567..1c7b756fc2 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1758,7 +1758,7 @@ $page_data = array(
'USERNAME' => ((!$preview && $mode != 'quote') || $preview) ? $post_data['username'] : '',
'SUBJECT' => $post_data['post_subject'],
'MESSAGE' => $post_data['post_text'],
- 'BBCODE_STATUS' => $user->lang(($bbcode_status ? 'BBCODE_IS_ON' : 'BBCODE_IS_OFF'), '<a href="' . $controller_helper->route('phpbb_help_controller', array('mode' => 'bbcode')) . '">', '</a>'),
+ 'BBCODE_STATUS' => $user->lang(($bbcode_status ? 'BBCODE_IS_ON' : 'BBCODE_IS_OFF'), '<a href="' . $controller_helper->route('phpbb_help_bbcode_controller') . '">', '</a>'),
'IMG_STATUS' => ($img_status) ? $user->lang['IMAGES_ARE_ON'] : $user->lang['IMAGES_ARE_OFF'],
'FLASH_STATUS' => ($flash_status) ? $user->lang['FLASH_IS_ON'] : $user->lang['FLASH_IS_OFF'],
'SMILIES_STATUS' => ($smilies_status) ? $user->lang['SMILIES_ARE_ON'] : $user->lang['SMILIES_ARE_OFF'],