From: Stefan Schantl Date: Sat, 13 Jun 2020 17:10:38 +0000 (+0200) Subject: fwhosts.cgi: Fix function call. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3f7af8144d9156580cbc3b6924fb34d3de7d91b;p=people%2Fms%2Fipfire-2.x.git fwhosts.cgi: Fix function call. Signed-off-by: Stefan Schantl --- 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<