Add $favoritetext to the tpl vars in showreport.php
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 22 Aug 2008 22:16:51 +0000 (18:16 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 22 Aug 2008 22:17:04 +0000 (18:17 -0400)
showreport.php

index 8085ba9e251af615702445a33ccd674577714758..bdd11dcf7abc202c0faeffd4eee10b1851ec02ca 100644 (file)
@@ -353,10 +353,11 @@ if (is_array($hilight) AND !$show['edit'])
 
 $tpl = new BSTemplate('showreport');
 $tpl->vars = array(
-       'bug'           => $bug,
-       'comments'      => $comments,
-       'select'        => $select,
-       'vote'          => $vote
+       'bug'                   => $bug,
+       'comments'              => $comments,
+       'select'                => $select,
+       'vote'                  => $vote,
+       'favoritetext'  => $favoritetext
 );
 $tpl->evaluate()->flush();