Add reason to write_config() call

This commit is contained in:
doktornotor 2017-03-21 17:42:23 +01:00 committed by GitHub
parent d398221a25
commit 1f372cf030

View File

@ -186,7 +186,7 @@ if ($_POST['save']) {
schedule_sort();
if (write_config()) {
if (write_config(gettext("Firewall schedule configured."))) {
filter_configure();
}