From 4ca3a1f42d1b8548a3d63c816b76a14a51ce347a Mon Sep 17 00:00:00 2001 From: ethoms Date: Thu, 5 Nov 2015 08:01:38 +0800 Subject: [PATCH] Update SOGoParentFolder.m --- SoObjects/SOGo/SOGoParentFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoParentFolder.m b/SoObjects/SOGo/SOGoParentFolder.m index 35e5d842b..eb454dc97 100644 --- a/SoObjects/SOGo/SOGoParentFolder.m +++ b/SoObjects/SOGo/SOGoParentFolder.m @@ -433,7 +433,7 @@ static SoSecurityManager *sm = nil; error = [self appendPersonalSources]; if (!error) if ([self respondsToSelector:@selector(appendCollectedSources)]) - error = [self respondsToSelector:@selector(appendCollectedSources)]; + error = [self performSelector:@selector(appendCollectedSources)]; if (!error) error = [self appendSystemSources]; // TODO : Not really a testcase, see function if (error)