aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2002-02-03 18:17:46 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2002-02-03 18:17:46 +0000
commita03881cf7f6cb80eac2ba1f55c5488e569a58996 (patch)
tree92d3f7cc5c4d3182e2b6f2c7b83da54de453fe0a /phpBB/viewtopic.php
parentc56dbf86eea94f2a6b79f0457a6c102ed78233a9 (diff)
downloadforums-a03881cf7f6cb80eac2ba1f55c5488e569a58996.tar
forums-a03881cf7f6cb80eac2ba1f55c5488e569a58996.tar.gz
forums-a03881cf7f6cb80eac2ba1f55c5488e569a58996.tar.bz2
forums-a03881cf7f6cb80eac2ba1f55c5488e569a58996.tar.xz
forums-a03881cf7f6cb80eac2ba1f55c5488e569a58996.zip
Fixed bug #512194
git-svn-id: file:///svn/phpbb/trunk@2045 89ea8834-ac86-4346-8a33-228a782c2dd0
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)
);