diff options
author | Christian Hesse <mail@eworm.de> | 2021-06-10 07:52:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-06-10 07:52:43 +0200 |
commit | 4cc8a0e1603082598b759344f85ab98d05d9ae27 (patch) | |
tree | a7e04be208867bf05d3a697565e7c7270fdb838b /global-functions | |
parent | de61c14c6087cc181b057843649147e76b2304eb (diff) |
global-functions: $SendEMail2: fix name in array
This did not send anything at all...
Fixes #12
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
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 |