Weitere Fehlerkorrektur für PublicPersonalProfile
git-svn-id: https://svn.libreccm.org/ccm/trunk@1071 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
a6e53fea0e
commit
94fe4a03fa
|
|
@ -276,7 +276,7 @@ public class PublicPersonalProfilesServlet extends BaseApplicationServlet {
|
||||||
} else {
|
} else {
|
||||||
navHome.addAttribute("title", homeLabel);
|
navHome.addAttribute("title", homeLabel);
|
||||||
}
|
}
|
||||||
navHome.addAttribute("url", String.format("/ccm/%s",
|
navHome.addAttribute("url", String.format("/ccm/profiles/%s",
|
||||||
profile.getProfileUrl()));
|
profile.getProfileUrl()));
|
||||||
|
|
||||||
//Get the available Navigation items
|
//Get the available Navigation items
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue