summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-21 17:31:37 +0100
committerGitHub <noreply@github.com>2017-03-21 17:31:37 +0100
commit3b99e91609dd4ba660d55e6030430f12a818c37c (patch)
treed65e07de43f159fb571156a397f3220e6a683062 /src
parentfb1c4986596051abfdbb855d10da4106b015d16e (diff)
downloadpfsense-3b99e91609dd4ba660d55e6030430f12a818c37c.zip
pfsense-3b99e91609dd4ba660d55e6030430f12a818c37c.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index a77d6c1..8a1e029 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -520,7 +520,7 @@ if ($_POST['save']) {
}
}
- if (write_config()) {
+ if (write_config(gettext("Firewall: NAT: Port Forward - saved/edited a port forward rule."))) {
mark_subsystem_dirty('natconf');
}
OpenPOWER on IntegriCloud