summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-05-06 11:56:41 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-05-06 11:56:41 +0000
commit8630e5ed51592c050860e9b2e6c9b235ef85c917 (patch)
treea796997acca8d9084c22a958cb64b4d4f5ee247d /install.php
parentf9a89872711422a7e4809acf403456fbf839ebd0 (diff)
downloadbrdo-8630e5ed51592c050860e9b2e6c9b235ef85c917.tar.gz
brdo-8630e5ed51592c050860e9b2e6c9b235ef85c917.tar.bz2
#141596: _locale_get_iso_list() was renamed _locale_get_predefined_list(), patch by meba
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 1e7cbf240..92de88447 100644
--- a/install.php
+++ b/install.php
@@ -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;