summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 15:03:13 +0100
committerGitHub <noreply@github.com>2017-03-09 15:03:13 +0100
commit5a433494ae6c9e59dd4735d6d3fcf25394ca0c33 (patch)
treedbc2c28f13fe4274138c631e5a64bc92800388e1 /src/usr/local
parent9178eadc1ebb5ce48c9c023a317ac4190402a8ee (diff)
downloadpfsense-5a433494ae6c9e59dd4735d6d3fcf25394ca0c33.zip
pfsense-5a433494ae6c9e59dd4735d6d3fcf25394ca0c33.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizard.php b/src/usr/local/www/wizard.php
index 3bc72da..2a6807b 100644
--- a/src/usr/local/www/wizard.php
+++ b/src/usr/local/www/wizard.php
@@ -116,7 +116,7 @@ if ($_POST && !$input_errors) {
eval($pkg['step'][$stepid]['stepsubmitphpaction']);
}
if (!$input_errors) {
- write_config();
+ write_config(gettext("Configuration changed via the pfSense wizard subsystem."));
}
$stepid++;
OpenPOWER on IntegriCloud