From: Robert Sesek Date: Fri, 22 Aug 2008 22:16:51 +0000 (-0400) Subject: Add $favoritetext to the tpl vars in showreport.php X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=7a8222de497a4a4270e3e58a02d8db9afb0573a0;p=bugdar.git Add $favoritetext to the tpl vars in showreport.php --- diff --git a/showreport.php b/showreport.php index 8085ba9..bdd11dc 100644 --- a/showreport.php +++ b/showreport.php @@ -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();