mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix easy rule problem when using a non-English language, take 2.
This commit is contained in:
parent
b69a106aa2
commit
7e506f87e2
@ -353,7 +353,8 @@ function easyrule_pass_rule_add($int, $proto, $srchost, $dsthost, $dstport, $ipp
|
||||
pconfig_to_address($filterent['source'], $srchost, $srcmask);
|
||||
pconfig_to_address($filterent['destination'], $dsthost, $dstmask, '', $dstport, $dstport);
|
||||
|
||||
$filterent['created'] = make_config_revision_entry(null, gettext("Easy Rule"));
|
||||
/* Do not translate this, it's considered a username which cannot contain international characters */
|
||||
$filterent['created'] = make_config_revision_entry(null, "Easy Rule");
|
||||
$a_filter[] = $filterent;
|
||||
|
||||
write_config($filterent['descr']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user