From: yayacomDE Date: Fri, 22 Jul 2011 16:56:51 +0000 (+0200) Subject: Fixed the IGroupOptionType class X-Git-Tag: 2.0.0_Beta_1~1975^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=98d6b107db01b4d71cc397da5fb47d74a7870fe2;p=GitHub%2FWoltLab%2FWCF.git Fixed the IGroupOptionType class 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 --- diff --git a/wcfsetup/install/files/lib/system/option/group/IGroupOptionType.class.php b/wcfsetup/install/files/lib/system/option/group/IGroupOptionType.class.php index 9067c0276b..9dfa59f7d1 100644 --- a/wcfsetup/install/files/lib/system/option/group/IGroupOptionType.class.php +++ b/wcfsetup/install/files/lib/system/option/group/IGroupOptionType.class.php @@ -1,6 +1,6 @@