fixed var name referred_by_user

This commit is contained in:
James Rose 2013-12-20 22:41:55 +00:00
parent 0fdebbbcb4
commit dae8088a3f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<action application="set" data="park_in_use=${regex ${valet_info park@${context}}|${park_lot}}" inline="true"/>
</condition>
<condition field="${park_in_use}" expression="true" break="never">
<action application="transfer" data="${Referred-By} XML ${context}"/>
<action application="transfer" data="${referred_by_user} XML ${context}"/>
<anti-action application="set" data="valet_parking_timeout=20"/>
<anti-action application="set" data="valet_parking_orbit_exten=${referred_by_user}"/>
<anti-action application="valet_park" data="park@${domain_name} ${park_lot}"/>