mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
(fix) set default's module path name to SOGo
This commit is contained in:
@@ -372,7 +372,7 @@ static SoProduct *commonProduct = nil;
|
||||
return [NSString stringWithFormat: @"%@%@", baseURL, [[self parent] modulePath]];
|
||||
}
|
||||
|
||||
return nil;
|
||||
return @"SOGo";
|
||||
}
|
||||
|
||||
- (NSString *) ownPath
|
||||
|
||||
Reference in New Issue
Block a user