aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 54db77006f..82a359c15c 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -743,6 +743,7 @@ if( !empty($forum_row['topic_vote']) )
}
$template->assign_vars(array(
+ "L_TOTAL_VOTES" => $lang['Total_votes'],
"TOTAL_VOTES" => $vote_results_sum)
);