Skip to content
Snippets Groups Projects
Commit 8630e5ed authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#141596: _locale_get_iso_list() was renamed _locale_get_predefined_list(), patch by meba

parent f9a89872
No related branches found
No related tags found
No related merge requests found
......@@ -484,7 +484,7 @@ function install_select_locale($profilename) {
function install_select_locale_form($locales) {
include_once './includes/locale.inc';
$languages = _locale_get_iso639_list();
$languages = _locale_get_predefined_list();
foreach ($locales as $locale) {
// Try to use verbose locale name
$name = $locale->name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment