summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_npt_edit.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-21 17:32:43 +0100
committerGitHub <noreply@github.com>2017-03-21 17:32:43 +0100
commit2bee7c0220ffc95763229f4df179eefdd0d1bc13 (patch)
tree3e348fbc7c478df572743ac3bb730acfe65839d4 /src/usr/local/www/firewall_nat_npt_edit.php
parent3b99e91609dd4ba660d55e6030430f12a818c37c (diff)
downloadpfsense-2bee7c0220ffc95763229f4df179eefdd0d1bc13.zip
pfsense-2bee7c0220ffc95763229f4df179eefdd0d1bc13.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local/www/firewall_nat_npt_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_npt_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_npt_edit.php b/src/usr/local/www/firewall_nat_npt_edit.php
index 8bc53bd..f0958e4 100644
--- a/src/usr/local/www/firewall_nat_npt_edit.php
+++ b/src/usr/local/www/firewall_nat_npt_edit.php
@@ -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');
}
OpenPOWER on IntegriCloud