(fix) set default's module path name to SOGo

This commit is contained in:
Ludovic Marcotte
2015-09-21 12:02:33 -04:00
parent d5d54822b0
commit fdad1e061a
+1 -1
View File
@@ -372,7 +372,7 @@ static SoProduct *commonProduct = nil;
return [NSString stringWithFormat: @"%@%@", baseURL, [[self parent] modulePath]];
}
return nil;
return @"SOGo";
}
- (NSString *) ownPath