We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6d7b6 commit c10aa6eCopy full SHA for c10aa6e
opengrok-web/src/main/webapp/history.jsp
@@ -125,8 +125,7 @@ include file="/httpheader.jspf"
125
}
126
127
{
128
- PageConfig cfg = PageConfig.get(request);
129
- if (request.getAttribute(cfg.getHistoryAttrName()) != null) {
+ if (request.getAttribute(PageConfig.get(request).getHistoryAttrName()) != null) {
130
%>
131
<%@include file="/pageheader.jspf" %>
132
<%
@@ -157,8 +156,7 @@ include file="/httpheader.jspf"
157
156
158
159
160
161
162
163
<%@
164
0 commit comments