Skip to content

Commit

Permalink
fix: Adapt Portal MOP Services API changes - MEED-7663 - Meeds-io/MIP…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and rdenarie committed Nov 4, 2024
1 parent cda6a2d commit 44fb56c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,7 @@ private String getCurrentPortalName() {
} else {
LayoutService layoutService = WCMCoreUtils.getService(LayoutService.class);
UserPortalConfigService userPortalConfigService = ExoContainerContext.getService(UserPortalConfigService.class);
String defaultPortal = userPortalConfigService.getDefaultPortal();
String defaultPortal = userPortalConfigService.getMetaPortal();

UserACL userACL = ExoContainerContext.getService(UserACL.class);

Expand Down

0 comments on commit 44fb56c

Please sign in to comment.