diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-05-29 15:44:39 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-05-29 15:44:39 +0200 |
| commit | a3d46575c7f520dc9731ed4e9221c636c5c7c31e (patch) | |
| tree | aea13a869be9340728719cde8f5511a419a6f1f7 /phpBB/includes/acp/acp_users.php | |
| parent | f5dbc3b6f269cb3841c20ad0096fcedb3dac7492 (diff) | |
| parent | 077051fef56f0d9b504a2593dc84a3d05ef02e18 (diff) | |
| download | forums-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/includes/acp/acp_users.php')
| -rw-r--r-- | phpBB/includes/acp/acp_users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_users.php b/phpBB/includes/acp/acp_users.php index fec32146c1..0ec17ccf0c 100644 --- a/phpBB/includes/acp/acp_users.php +++ b/phpBB/includes/acp/acp_users.php @@ -2045,7 +2045,7 @@ class acp_users 'S_SMILIES_CHECKED' => (!$enable_smilies) ? ' checked="checked"' : '', 'S_MAGIC_URL_CHECKED' => (!$enable_urls) ? ' checked="checked"' : '', - 'BBCODE_STATUS' => $user->lang(($config['allow_sig_bbcode'] ? 'BBCODE_IS_ON' : 'BBCODE_IS_OFF'), '<a href="' . $controller_helper->route('phpbb_help_controller', array('mode' => 'bbcode')) . '">', '</a>'), + 'BBCODE_STATUS' => $user->lang(($config['allow_sig_bbcode'] ? 'BBCODE_IS_ON' : 'BBCODE_IS_OFF'), '<a href="' . $controller_helper->route('phpbb_help_bbcode_controller') . '">', '</a>'), 'SMILIES_STATUS' => ($config['allow_sig_smilies']) ? $user->lang['SMILIES_ARE_ON'] : $user->lang['SMILIES_ARE_OFF'], 'IMG_STATUS' => ($config['allow_sig_img']) ? $user->lang['IMAGES_ARE_ON'] : $user->lang['IMAGES_ARE_OFF'], 'FLASH_STATUS' => ($config['allow_sig_flash']) ? $user->lang['FLASH_IS_ON'] : $user->lang['FLASH_IS_OFF'], |
