From 4ae6d689578448a33024703c61bb17b5709fa0e5 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 3 Feb 2011 12:57:39 +0000 Subject: changed input/pulldown to input/dropdown git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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, -- cgit v1.2.3