From 799ccb3683fa8399c0bb7f4d0f442000b7602b79 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 28 Apr 2024 09:05:02 -0700 Subject: [PATCH] Add missing local variable --- web-lib-funcs.pl | 1 + 1 file changed, 1 insertion(+) 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";