mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $SymbolForNotification: support fallback without symbols
This commit is contained in:
parent
d3992c13a0
commit
cfc8c4f1ea
1 changed files with 1 additions and 1 deletions
|
@ -1255,7 +1255,7 @@
|
|||
:global SymbolByUnicodeName;
|
||||
|
||||
:if ($NotificationsWithSymbols != true) do={
|
||||
:return "";
|
||||
:return [ :tostr $2 ];
|
||||
}
|
||||
:local Return "";
|
||||
:foreach Symbol in=[ :toarray $1 ] do={
|
||||
|
|
Loading…
Reference in a new issue