Fixed the IGroupOptionType class
authoryayacomDE <info@yaycom.de>
Fri, 22 Jul 2011 16:56:51 +0000 (18:56 +0200)
committeryayacomDE <info@yaycom.de>
Fri, 22 Jul 2011 16:56:51 +0000 (18:56 +0200)
Fixed the IGroupOptionType class with the fatal error "Interface 'wcf\sy
stem\option\OptionType' not found in [...]/IGroupOptionType.class.php on
 line 15" during the installation

wcfsetup/install/files/lib/system/option/group/IGroupOptionType.class.php

index 9067c0276b6a1ea3329416df6c0261c78dfcc3e3..9dfa59f7d18e943a8a921af458d3f851d59a4620 100644 (file)
@@ -1,6 +1,6 @@
 <?php\r
 namespace wcf\system\option\group;\r
-use wcf\system\option\OptionType;\r
+use wcf\system\option\IOptionType;\r
 \r
 /**\r
  * Any group permission type should implement this interface.\r
@@ -12,7 +12,7 @@ use wcf\system\option\OptionType;
  * @subpackage system.option.group\r
  * @category   Community Framework\r
  */\r
-interface IGroupOptionType extends OptionType {\r
+interface IGroupOptionType extends IOptionType {\r
        /**\r
         * Merges the different values of an option to a single value.\r
         * \r