public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] country.cgi: fix location function call
@ 2020-12-24  8:19 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2020-12-24  8:19 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

Fixes: #12560

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 html/cgi-bin/country.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/country.cgi b/html/cgi-bin/country.cgi
index b1c72bb22..35fa93113 100644
--- a/html/cgi-bin/country.cgi
+++ b/html/cgi-bin/country.cgi
@@ -53,7 +53,7 @@ print<<END;
 END
 
 # Get a list of all supported country codes.
-my @countries = &Location::database_countries();
+my @countries = &Location::Functions::get_locations();
 
 # Loop through whole country list.
 foreach my $country (@countries) {
-- 
2.26.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-24  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24  8:19 [PATCH] country.cgi: fix location function call Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox