From 7a8222de497a4a4270e3e58a02d8db9afb0573a0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 22 Aug 2008 18:16:51 -0400 Subject: [PATCH] Add $favoritetext to the tpl vars in showreport.php --- showreport.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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(); -- 2.22.5