fixed a bug

This commit is contained in:
JT Smith 2003-08-23 13:56:24 +00:00
parent a8251ee871
commit 6ba7dfc540
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ sub _draw {
sub process {
my ($temp, @param, $tree);
@param = WebGUI::Macro::getParams($_[0]);
$param[2] = 99 unless ($param[2]);
$param[1] = 99 unless ($param[1]);
if ($param[0] ne "") {
$tree = WebGUI::Navigation::tree($session{page}{parentId},$param[0]);
} else {