} catch (Exception e) {
logger.error(
"Error computing an URL for the administration module '"
+ module.getName() + "'", e);
}
menuItems.add(new MenuItem(module.getName(), actionUrl != null
&& module.isEnabled(user, ctx.getSiteKey()), module
.getLabel(), actionUrl, module.getIcon(), module.getIconSmall(), module
.getTooltip(), module.isSelected(ctx),module.getLocalizationContext()));
}