summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-21 17:36:17 +0100
committerGitHub <noreply@github.com>2017-03-21 17:36:17 +0100
commit758281f0404c7752d790ade05c7f7950ccc2a65c (patch)
tree1233ef75797f264d61a65c44c6c138379f31cf54 /src
parentc90dcce1aa456575a9028bcef3478af89b1a9ca3 (diff)
downloadpfsense-758281f0404c7752d790ade05c7f7950ccc2a65c.zip
pfsense-758281f0404c7752d790ade05c7f7950ccc2a65c.tar.gz
Add reason to write_config() calls
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php
index f9579d2..786188d 100644
--- a/src/usr/local/www/firewall_nat_out_edit.php
+++ b/src/usr/local/www/firewall_nat_out_edit.php
@@ -382,7 +382,7 @@ if ($_POST['save']) {
}
}
- if (write_config()) {
+ if (write_config(gettext("Firewall: NAT: Outbound - saved/edited outbound NAT mapping."))) {
mark_subsystem_dirty('natconf');
}
header("Location: firewall_nat_out.php");
OpenPOWER on IntegriCloud