Fixed input field
authorMarcel Werk <burntime@woltlab.com>
Wed, 9 Jan 2013 20:57:41 +0000 (21:57 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 9 Jan 2013 20:57:41 +0000 (21:57 +0100)
wcfsetup/install/files/lib/system/option/FileSizeOptionType.class.php

index 599c029414b1c29df4813d9d23db8c26e7c86fe9..a40f6836807e4517e445208e5a0da92def71b2b0 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\StringUtil;
  * @subpackage system.option
  * @category   Community Framework
  */
-class FileSizeOptionType extends IntegerOptionType {
+class FileSizeOptionType extends TextOptionType {
        /**
         * @see wcf\system\option\IOptionType::getData()
         */