Show votes on showreport.php
[bugdar.git] / showreport.php
index f0a73f0c81912ce1339e94af051f58ac033b02c8..8085ba9e251af615702445a33ccd674577714758 100644 (file)
@@ -355,7 +355,8 @@ $tpl = new BSTemplate('showreport');
 $tpl->vars = array(
        'bug'           => $bug,
        'comments'      => $comments,
-       'select'        => $select
+       'select'        => $select,
+       'vote'          => $vote
 );
 $tpl->evaluate()->flush();