mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
typo in previous
This commit is contained in:
parent
316ed91c9f
commit
5c5077098a
@ -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} ) ";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user