fix plugin compilation

dbus-notify
Zlatin Balevsky 2022-04-19 14:45:18 +01:00
parent 0758108d19
commit 0d48ade38e
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class ConfigurationServlet extends HttpServlet {
update(name, value);
}
PrintWriter pw = new PrintWriter(new File(core.getHome(), "webui.properties"), "UTF-8");
PrintWriter pw = new PrintWriter(new File(core.home, "webui.properties"), "UTF-8");
webSettings.write(pw);
pw.close();