1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: $SendNotification: set origin

This commit is contained in:
Christian Hesse
2024-04-10 08:27:55 +02:00
parent 3015743b19
commit c5a5fb5836

View File

@@ -1299,7 +1299,7 @@
:set SendNotification do={
:global SendNotification2;
$SendNotification2 ({ subject=$1; message=$2; link=$3; silent=$4 });
$SendNotification2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 });
}
# send notification via NotificationFunctions - expects one array argument