Adjusted navigation to work on non-standalone servers (see bug3713)

This commit is contained in:
Benjamin Barth
2016-06-17 13:48:34 +02:00
parent c85c0eb483
commit 63200cc54b
@@ -123,6 +123,6 @@ public class DesktopPlacesNavigator extends AbstractPlaceNavigator {
}
public PlaceNavigation<? extends AbstractUserProfilePlace> getUserProfileNavigation() {
return createGlobalPlaceNavigation(new UserProfileDefaultPlace());
return createLocalPlaceNavigation(new UserProfileDefaultPlace());
}
}