diff --git a/UI/SOGoUI/UIxComponent.m b/UI/SOGoUI/UIxComponent.m index 0443c7154..0dad42a3d 100644 --- a/UI/SOGoUI/UIxComponent.m +++ b/UI/SOGoUI/UIxComponent.m @@ -372,7 +372,7 @@ static SoProduct *commonProduct = nil; return [NSString stringWithFormat: @"%@%@", baseURL, [[self parent] modulePath]]; } - return nil; + return @"SOGo"; } - (NSString *) ownPath