From 98d6b107db01b4d71cc397da5fb47d74a7870fe2 Mon Sep 17 00:00:00 2001 From: yayacomDE Date: Fri, 22 Jul 2011 18:56:51 +0200 Subject: [PATCH] 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 --- .../files/lib/system/option/group/IGroupOptionType.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@