diff --git a/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp b/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp index 378cad06..1f20a589 100644 --- a/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp +++ b/layout-webapp/src/main/webapp/WEB-INF/jsp/siteNavigation.jsp @@ -12,12 +12,10 @@ boolean isAdministrator = aclService.isAdministrator(request.getRemoteUser()); boolean canManageSiteNavigation = aclService.canEditNavigation(siteKey, request.getRemoteUser()); if (canManageSiteNavigation) { - String siteName = userNavigation.getKey().getName(); // In case, it's global site %>