From fdad1e061af1ca3e919865deb40d394a2e570750 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 21 Sep 2015 12:02:33 -0400 Subject: [PATCH] (fix) set default's module path name to SOGo --- UI/SOGoUI/UIxComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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