Update SOGoParentFolder.m

pull/113/head
ethoms 2015-11-05 08:01:38 +08:00
parent efbf8825b1
commit 4ca3a1f42d
1 changed files with 1 additions and 1 deletions

View File

@ -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)