Add reason to write_config() call

This commit is contained in:
doktornotor 2017-03-21 17:32:43 +01:00 committed by GitHub
parent 3b99e91609
commit 2bee7c0220

View File

@ -128,7 +128,7 @@ if ($_POST['save']) {
}
}
if (write_config()) {
if (write_config(gettext("Firewall: NAT: NPt - saved/edited NPt mapping."))) {
mark_subsystem_dirty('natconf');
}