mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add reason to write_config() call
This commit is contained in:
parent
3b99e91609
commit
2bee7c0220
@ -128,7 +128,7 @@ if ($_POST['save']) {
|
||||
}
|
||||
}
|
||||
|
||||
if (write_config()) {
|
||||
if (write_config(gettext("Firewall: NAT: NPt - saved/edited NPt mapping."))) {
|
||||
mark_subsystem_dirty('natconf');
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user