diff options
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r-- | install/ElggInstaller.php | 2 |
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, |