typo in previous

This commit is contained in:
Ad Schellevis 2017-09-12 21:44:02 +02:00
parent 316ed91c9f
commit 5c5077098a

View File

@ -278,7 +278,7 @@ class FilterRule
if (!empty($rule['reply-to'])) {
// reply-to gateway set, when found map to reply attribute, otherwise skip keyword
if (!empty($this->gatewayMapping[$rule['reply-to']])) {
$if = $this->gatewayMapping[$rule['reply-to']]['if'];
$if = $this->gatewayMapping[$rule['reply-to']]['interface'];
$gw = $this->gatewayMapping[$rule['reply-to']]['gateway'];
$rule['reply'] = "reply-to ( {$if} {$gw} ) ";
}