Update year in copyright lines
[WoTNS.git] / src / main / java / net / pterodactylus / wotns / ui / web / AddTargetPage.java
index fb44cb5..c918df1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - AddTargetPage.java - Copyright © 2011 David Roden
+ * WoTNS - AddTargetPage.java - Copyright © 2011–2017 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ public class AddTargetPage extends BasicPage {
         * @param template
         */
        public AddTargetPage(Template template, WebInterface webInterface) {
-               super(webInterface, "addTarget.html", template);
+               super(webInterface, "addTarget.html", null, template);
        }
 
        /**