Commit 00e1708f authored by Gervase Markham's avatar Gervase Markham Committed by Gervase Markham

Make param pages without a sortkey sort to the end. r=dkl, a=lpsolit.

parent 95b919c0
......@@ -67,6 +67,7 @@ foreach my $panel (keys %$param_panels) {
param_list => \@module_param_list,
sortkey => eval "\$${module}::sortkey;"
};
defined($item->{'sortkey'}) || ($item->{'sortkey'} = 100000);
push(@panels, $item);
$current_module = $panel if ($current_panel eq lc($panel));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment