mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Update SOGoParentFolder.m
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user