]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/domain/DomainPinglogForm.java
upd: get default variables into outputables for error messages
[gigi.git] / src / club / wpia / gigi / pages / account / domain / DomainPinglogForm.java
index 3ddde80ad2b96f7ac03493839a57b9583e589351..e752557ef6567ca464baddad763a1f22e6cb7f24 100644 (file)
@@ -51,7 +51,7 @@ public class DomainPinglogForm extends Form {
         try {
             pings = target.getPings();
         } catch (GigiApiException e) {
         try {
             pings = target.getPings();
         } catch (GigiApiException e) {
-            e.format(out, l);
+            e.format(out, l, vars);
             return;
         }
         vars.put("domainname", target.getSuffix());
             return;
         }
         vars.put("domainname", target.getSuffix());