mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Fix tiny bug in panel.
This commit is contained in:
parent
165cc9a8d6
commit
2ce026d4f0
@ -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", "<br>\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user