From d3f7af8144d9156580cbc3b6924fb34d3de7d91b Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 13 Jun 2020 19:10:38 +0200 Subject: [PATCH] fwhosts.cgi: Fix function call. Signed-off-by: Stefan Schantl --- html/cgi-bin/fwhosts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index c41e2a0038..fe5117ae57 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1650,7 +1650,7 @@ END END } if ($fwhostsettings{'update'} eq 'on') { - my @location_locations = &fwlib::get_location_locations(); + my @location_locations = &fwlib::get_locations(); print< -- 2.39.2