X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FUnblockSonePage.java;h=cc88cce666da700036533acbe9100c545d85cca0;hb=e6c5500dd519bf58064b72ed5491920ddbf00fcd;hp=36f00bca92a3e6297a8e416f54bc4b8f49504171;hpb=5276a350f8a43e23d1cd3e30f0b8a815068f9e21;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/UnblockSonePage.java b/src/main/java/net/pterodactylus/sone/web/UnblockSonePage.java index 36f00bc..cc88cce 100644 --- a/src/main/java/net/pterodactylus/sone/web/UnblockSonePage.java +++ b/src/main/java/net/pterodactylus/sone/web/UnblockSonePage.java @@ -36,7 +36,7 @@ public class UnblockSonePage extends SoneTemplatePage { * The Sone web interface */ public UnblockSonePage(Template template, WebInterface webInterface) { - super("unblockSone.html", template, "Page.UnblockSone.Title", webInterface); + super("unblockSone.html", template, "Page.UnblockSone.Title", webInterface, true); } // @@ -59,17 +59,4 @@ public class UnblockSonePage extends SoneTemplatePage { } } - // - // SONETEMPLATEPAGE METHODS - // - - /** - * {@inheritDoc} - */ - @Override - protected boolean requiresLogin() { - // TODO Auto-generated method stub - return super.requiresLogin(); - } - }