mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Fixed bug #512194
git-svn-id: file:///svn/phpbb/trunk@2045 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c56dbf86ee
commit
a03881cf7f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue