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