aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 12:57:39 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-03 12:57:39 +0000
commit4ae6d689578448a33024703c61bb17b5709fa0e5 (patch)
tree6e41befc0fb56d9a3432e58a401a4726f39df60b /install
parent08b710e42eed1aeb2ec6bcde2e1333c5cbcaa581 (diff)
downloadelgg-4ae6d689578448a33024703c61bb17b5709fa0e5.tar.gz
elgg-4ae6d689578448a33024703c61bb17b5709fa0e5.tar.bz2
changed input/pulldown to input/dropdown
git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544
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,