summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-21 17:42:23 +0100
committerGitHub <noreply@github.com>2017-03-21 17:42:23 +0100
commit1f372cf03093c64d672df2a583d8f5adb574e310 (patch)
tree2bbeb4d4a1b68d02527d06786178162584297434 /src
parentd398221a2599c5a672701621ab25bca982349637 (diff)
downloadpfsense-1f372cf03093c64d672df2a583d8f5adb574e310.zip
pfsense-1f372cf03093c64d672df2a583d8f5adb574e310.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_schedule_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_schedule_edit.php b/src/usr/local/www/firewall_schedule_edit.php
index 7267079..ce62b81 100644
--- a/src/usr/local/www/firewall_schedule_edit.php
+++ b/src/usr/local/www/firewall_schedule_edit.php
@@ -186,7 +186,7 @@ if ($_POST['save']) {
schedule_sort();
- if (write_config()) {
+ if (write_config(gettext("Firewall schedule configured."))) {
filter_configure();
}
OpenPOWER on IntegriCloud