Fix bad variable name

このコミットが含まれているのは:
Philippe Caseiro 2018-06-05 17:12:17 +02:00
コミット 73689be06c
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -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