Fixed countries page (#10089)

This commit is contained in:
Manuel Ceroni 2026-02-24 12:04:17 +01:00 committed by GitHub
parent 8155f2f850
commit 77f0de2ca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,9 +61,9 @@ if(sortOrder == "desc") then sOrder = false else sOrder = true end
-- stats table for each country
local country_stats = interface.getCountriesInfo({sortColumn = sortColumn,
maxHits = perPage, toSkip = to_skip,
-- maxHits = perPage, toSkip = to_skip: used in the old tables
nil, nil,
a2zSortOrder = sOrder, detailsLevel = "higher"})
local total_rows = 0
if(country_stats ~= nil) then