Move login requirement to SoneTemplatePage.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ViewSonePage.java
index ba69eed..430aa8c 100644 (file)
@@ -36,7 +36,7 @@ public class ViewSonePage extends SoneTemplatePage {
         *            The Sone web interface
         */
        public ViewSonePage(Template template, WebInterface webInterface) {
-               super("viewSone.html", template, "Page.ViewSone.Title", webInterface);
+               super("viewSone.html", template, "Page.ViewSone.Title", webInterface, false);
        }
 
        //