summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 19:53:35 +0100
committerGitHub <noreply@github.com>2017-03-09 19:53:35 +0100
commit9df2adfcc73c350295e9f82e8e91484536b34b7a (patch)
tree582646f888da78acdfd398a7a15daa7d4881e6ad /src/usr/local/www/wizards
parenta29f2ee6394a6c6f57d12e03c678d694d4e5f24a (diff)
downloadpfsense-9df2adfcc73c350295e9f82e8e91484536b34b7a.zip
pfsense-9df2adfcc73c350295e9f82e8e91484536b34b7a.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local/www/wizards')
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index e14bc18..1e069d2 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -1727,7 +1727,7 @@ function apply_all_chosen_items() {
}
}
}
- write_config();
+ write_config(gettext("Shaper configuration saved via pfSense traffic shaper wizard."));
}
function wizard_get_bandwidthtype_scale($type = "b") {
OpenPOWER on IntegriCloud