X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Fpages%2Faccount%2FChangePasswordPage.java;h=1919f544efd81ba52d8d5245912a1f4b0db2a00c;hp=703bbdc33bb4d47d3be65a1405357be7f91838ea;hb=45b1bef0919f9115f74b5b232e8fda4c787ba03d;hpb=2824d1c165c501e2f3a8809044788b33b81f478a diff --git a/src/org/cacert/gigi/pages/account/ChangePasswordPage.java b/src/org/cacert/gigi/pages/account/ChangePasswordPage.java index 703bbdc3..1919f544 100644 --- a/src/org/cacert/gigi/pages/account/ChangePasswordPage.java +++ b/src/org/cacert/gigi/pages/account/ChangePasswordPage.java @@ -17,7 +17,7 @@ public class ChangePasswordPage extends Page { @Override public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { - new ChangeForm().output(resp.getWriter(), getLanguage(req), new HashMap()); + new ChangeForm(req).output(resp.getWriter(), getLanguage(req), new HashMap()); } }