summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-21 17:23:13 +0100
committerGitHub <noreply@github.com>2017-03-21 17:23:13 +0100
commitfbaa7b661e1680bfbf96033c90cee429857711b9 (patch)
treea7e1db5e779ba0dd2a009aae350dca89b1d4e6ef /src/usr/local/www/firewall_rules_edit.php
parent68eaa19fc8971af9f86916be5b6f8310bbea2214 (diff)
downloadpfsense-fbaa7b661e1680bfbf96033c90cee429857711b9.zip
pfsense-fbaa7b661e1680bfbf96033c90cee429857711b9.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 1c11768..dcc96de 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1012,7 +1012,7 @@ if ($_POST['save']) {
filter_rules_sort();
- if (write_config()) {
+ if (write_config(gettext("Firewall: Rules - saved/edited a firewall rule."))) {
mark_subsystem_dirty('filter');
}
OpenPOWER on IntegriCloud