aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 1c03aae39e..cf97196e31 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -535,10 +535,9 @@ $quickmod_array = array(
foreach($quickmod_array as $option => $qm_ary)
{
- $lang_string = $user->lang($qm_ary[0]);
if (!empty($qm_ary[1]))
{
- phpbb_add_quickmod_option($option, $lang_string);
+ phpbb_add_quickmod_option($option, $qm_ary[0]);
}
}