Move login requirement to SoneTemplatePage.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ImportSonePage.java
index ad0fb4c..413ed80 100644 (file)
@@ -48,7 +48,7 @@ public class ImportSonePage extends SoneTemplatePage {
         *            The Sone web interface
         */
        public ImportSonePage(Template template, WebInterface webInterface) {
-               super("importSone.html", template, "Page.ImportSone.Title", webInterface);
+               super("importSone.html", template, "Page.ImportSone.Title", webInterface, false);
        }
 
        //