X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FImportSonePage.java;h=413ed808a2bab00ead96c1b7c740fffc306e018c;hb=fd4e3c59035c9321a63507e2100c66532c8f1938;hp=ad0fb4cf04f9de5091bad1db8e84d8bfc5959772;hpb=aeec497aa8f10c1b87ca35da74cdfaba8575ebfb;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/ImportSonePage.java b/src/main/java/net/pterodactylus/sone/web/ImportSonePage.java index ad0fb4c..413ed80 100644 --- a/src/main/java/net/pterodactylus/sone/web/ImportSonePage.java +++ b/src/main/java/net/pterodactylus/sone/web/ImportSonePage.java @@ -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); } //