Removed request attribute freemarkerComponentsDone: no longer needed, since the call to the component generator has been centralized.
This commit is contained in:
parent
9892846244
commit
cc9f132503
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ public class FreemarkerComponentGenerator extends FreemarkerHttpServlet {
|
|||
request.setAttribute("ftl_search", get("search", root, config, vreq));
|
||||
request.setAttribute("ftl_footer", get("footer", root, config, vreq));
|
||||
request.setAttribute("ftl_googleAnalytics", get("googleAnalytics", root, config, vreq));
|
||||
|
||||
request.setAttribute("freemarkerComponentsDone", true);
|
||||
}
|
||||
|
||||
private String get(String templateName, Map<String, Object> root, Configuration config, HttpServletRequest request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue