From b9484acf8c2292d6aa2312f5dde99acff84df736 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Sun, 16 May 1999 02:43:48 +0000 Subject: [PATCH] Fix tiny bug in panel. git-svn-id: svn://10.0.0.236/trunk@31814 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/showbuilds.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/tinderbox/showbuilds.cgi b/mozilla/webtools/tinderbox/showbuilds.cgi index a88a93bcb47..c288492226b 100755 --- a/mozilla/webtools/tinderbox/showbuilds.cgi +++ b/mozilla/webtools/tinderbox/showbuilds.cgi @@ -762,7 +762,7 @@ sub do_express { # This is essentially do_express but it outputs a different format sub do_panel { my $bonsai_tree = ''; - require "$tree/treedata.pl"; + require "$form{tree}/treedata.pl"; if ($bonsai_tree ne "") { print "The tree is", tree_open() ? "OPEN" : "CLOSED", "
\n"; }