summaryrefslogtreecommitdiffstats
path: root/editparams.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editparams.cgi')
-rwxr-xr-xeditparams.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/editparams.cgi b/editparams.cgi
index a8dc0daf9..6affd324c 100755
--- a/editparams.cgi
+++ b/editparams.cgi
@@ -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));
}