summaryrefslogtreecommitdiff
path: root/classes/Pref_System.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Pref_System.php')
-rw-r--r--classes/Pref_System.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Pref_System.php b/classes/Pref_System.php
index 7946dc293..1839c4a51 100644
--- a/classes/Pref_System.php
+++ b/classes/Pref_System.php
@@ -209,7 +209,7 @@ class Pref_System extends Handler_Administrative {
evt.preventDefault();
if (this.validate()) {
xhr.json("backend.php", this.getValues(), (reply) => {
- const msg = App.byId("mail-test-result");
+ const msg = document.getElementById("mail-test-result");
if (reply.rc) {
msg.innerHTML = __("Mail sent.");