diff --git a/GSWeb.framework/GSWAssociation.m b/GSWeb.framework/GSWAssociation.m index 3cbd5a5..820d765 100644 --- a/GSWeb.framework/GSWAssociation.m +++ b/GSWeb.framework/GSWAssociation.m @@ -459,9 +459,7 @@ static NSMutableArray* associationsLogsHandlerClasses=nil; //-------------------------------------------------------------------- -(BOOL)isImplementedForComponent:(NSObject*)component { - //OK - [self subclassResponsibility:_cmd]; - return NO; + return YES; }; @end