aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-06-10 07:52:43 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-10 07:52:43 +0200
commit4cc8a0e1603082598b759344f85ab98d05d9ae27 (patch)
treea7e04be208867bf05d3a697565e7c7270fdb838b
parentde61c14c6087cc181b057843649147e76b2304eb (diff)
global-functions: $SendEMail2: fix name in array
This did not send anything at all... Fixes #12
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 273a6aa..7a6d77a 100644
--- a/global-functions
+++ b/global-functions
@@ -911,7 +911,7 @@
:global NotificationFunctions;
- ($NotificationFunctions->"e-mail") ("\$NotificationFunctions->\"e-mail\"") $Notification;
+ ($NotificationFunctions->"email") ("\$NotificationFunctions->\"email\"") $Notification;
}
# send notification via NotificationFunctions - expects at lease two string arguments