X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fclub%2Fwpia%2Fgigi%2Fpages%2FOneFormPage.java;h=452955bcb02c9cca9e6243a3c7729beda8f554b0;hb=2ebc6197318505616d3775775d17180845154f84;hp=91c29908f21bbf1bda18d2f8f9f0e6776971c0fc;hpb=d71624703243c182beb0f946ebc582e0366a4686;p=gigi.git diff --git a/src/club/wpia/gigi/pages/OneFormPage.java b/src/club/wpia/gigi/pages/OneFormPage.java index 91c29908..452955bc 100644 --- a/src/club/wpia/gigi/pages/OneFormPage.java +++ b/src/club/wpia/gigi/pages/OneFormPage.java @@ -35,7 +35,7 @@ public class OneFormPage extends Page { try { c.getConstructor(HttpServletRequest.class).newInstance(req).output(resp.getWriter(), getLanguage(req), getDefaultVars(req)); } catch (ReflectiveOperationException e) { - new GigiApiException().format(resp.getWriter(), getLanguage(req)); + new GigiApiException().format(resp.getWriter(), getLanguage(req), getDefaultVars(req)); } }