aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index ff19c8676..9fcb15a42 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -383,7 +383,7 @@ class ElggInstaller {
'required' => TRUE,
),
'language' => array(
- 'type' => 'pulldown',
+ 'type' => 'dropdown',
'value' => 'en',
'options_values' => $languages,
'required' => TRUE,