Skip to content

Commit

Permalink
Merge Space Templates Layout - Meeds-io/MIPs#165 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Nov 4, 2024
2 parents ca702a2 + bffab2f commit bb61b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public static String getDefaultSite() {
return defaultSite;
}
UserPortalConfigService portalConfig = CommonsUtils.getService(UserPortalConfigService.class);
defaultSite = portalConfig.getDefaultPortal();
defaultSite = portalConfig.getMetaPortal();
return defaultSite;
}

Expand Down

0 comments on commit bb61b0a

Please sign in to comment.