diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 54e78906a..bc98fee3b 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -12375,6 +12375,7 @@ a function return to a given module call sub list_combined_webmin_menu { my ($data, $in, $mod) = @_; +my @rv; foreach my $m (&get_available_module_infos()) { my $dir = &module_root_directory($m->{'dir'}); my $mfile = "$dir/webmin_menu.pl";