mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Fixed bug #512194
git-svn-id: file:///svn/phpbb/trunk@2045 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -743,6 +743,7 @@ if( !empty($forum_row['topic_vote']) )
|
|||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
|
"L_TOTAL_VOTES" => $lang['Total_votes'],
|
||||||
"TOTAL_VOTES" => $vote_results_sum)
|
"TOTAL_VOTES" => $vote_results_sum)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user