Fixed option typea
authorMarcel Werk <burntime@woltlab.com>
Sat, 1 Jun 2013 15:18:33 +0000 (17:18 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 1 Jun 2013 15:18:33 +0000 (17:18 +0200)
wcfsetup/install/files/lib/acp/form/UserOptionAddForm.class.php

index b639a4379536834a91824321c82b5e8cedcff1b7..99dd55c1aea8370a4fd0759c12c103d6e8e2626b 100644 (file)
@@ -124,13 +124,13 @@ class UserOptionAddForm extends AbstractForm {
         * available option types
         * @var array<string>
         */
-       public static $availableOptionTypes = array('birthday', 'boolean', 'date', 'integer', 'float', 'password', 'multiselect', 'radiobuttons', 'select', 'text', 'textarea', 'message');
+       public static $availableOptionTypes = array('birthday', 'boolean', 'date', 'integer', 'float', 'password', 'multiSelect', 'radioButton', 'select', 'text', 'textarea', 'message');
        
        /**
         * list of option type that require select options
         * @var array<string>
         */
-       public static $optionTypesUsingSelectOptions = array('multiselect', 'radiobuttons', 'select');
+       public static $optionTypesUsingSelectOptions = array('multiSelect', 'radioButton', 'select');
        
        /**
         * @see wcf\page\IPage::readParameters()