Fix bad variable name
This commit is contained in:
parent
9faff7988a
commit
73689be06c
|
@ -75,8 +75,8 @@ route:
|
|||
%for sroute in %%getVar('alSubRoute',[])
|
||||
%if %%sroute == %%rt
|
||||
- match:
|
||||
%%{rt.alSubRouteSource}: %%{rt.alSubRouteMatchValue}
|
||||
receiver: %%rt.alSubRouteMatchRcv
|
||||
%%{sroute.alSubRouteMatchSource}: %%{sroute.alSubRouteMatchValue}
|
||||
receiver: %%sroute.alSubRouteMatchReceiver
|
||||
%end if
|
||||
%end for
|
||||
%end if
|
||||
|
|
Loading…
Reference in New Issue