mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $SendEMail2: fix name in array
This did not send anything at all... Fixes #12
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user