]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
fwhosts.cgi: Fix function call.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 13 Jun 2020 17:10:38 +0000 (19:10 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 13 Jun 2020 17:10:38 +0000 (19:10 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/fwhosts.cgi

index c41e2a003817b3f6c02d86bf21772c4856b7f7e2..fe5117ae573dddee5062ec3ac08ea85c19712550 100644 (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'>