fwhosts.cgi: Fix function call.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2020-06-13 19:10:38 +02:00
parent 18c9fd2820
commit d3f7af8144

View File

@@ -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<<END;
<form method='post'>