Fixed outdated class reference
authorAlexander Ebert <ebert@woltlab.com>
Wed, 18 Jan 2012 15:04:27 +0000 (16:04 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 18 Jan 2012 15:04:27 +0000 (16:04 +0100)
wcfsetup/install/files/lib/system/option/SelectOptionType.class.php

index 58e2b5bec173f18612a920b46e54cf147b6d8027..14e1f74cbceb59d55a797bd65c6f6e4d0b9c8770 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
  * @subpackage system.option
  * @category   Community Framework
  */
-class SelectOptionType extends RadiobuttonsOptionType {
+class SelectOptionType extends RadioButtonOptionType {
        /**
         * @see wcf\system\option\IOptionType::getFormElement()
         */