// Countries are sorted by name in installer #PSTEST-439

This commit is contained in:
rMalie
2012-01-17 17:05:36 +00:00
parent bc2e5722fc
commit 6f2c8e5df6
+1
View File
@@ -173,6 +173,7 @@ class InstallLanguages
$iso = strtolower((string)$country['iso_code']);
$countries[$iso] = isset($countries_lang[$iso]) ? $countries_lang[$iso] : $countries_default[$iso];
}
asort($countries);
}
return $countries;