浏览代码

Update forgottenpassword-actionchoice.jsp

changed (boolean) to (Boolean)
subst4nc3 7 年之前
父节点
当前提交
9efda10a71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      webapp/src/main/webapp/WEB-INF/jsp/forgottenpassword-actionchoice.jsp

+ 1 - 1
webapp/src/main/webapp/WEB-INF/jsp/forgottenpassword-actionchoice.jsp

@@ -27,7 +27,7 @@
 <%@ taglib uri="pwm" prefix="pwm" %>
 <html lang="<pwm:value name="<%=PwmValue.localeCode%>"/>" dir="<pwm:value name="<%=PwmValue.localeDir%>"/>">
 <%@ include file="fragment/header.jsp" %>
-<% boolean passwordResetInhibit = (boolean)JspUtility.getAttribute( pageContext, PwmRequestAttribute.ForgottenPasswordInhibitPasswordReset ); %>
+<% boolean passwordResetInhibit = (Boolean)JspUtility.getAttribute( pageContext, PwmRequestAttribute.ForgottenPasswordInhibitPasswordReset ); %>
 <body class="nihilo">
 <div id="wrapper">
     <jsp:include page="fragment/header-body.jsp">