mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add reason to write_config() call
This commit is contained in:
parent
d398221a25
commit
1f372cf030
@ -186,7 +186,7 @@ if ($_POST['save']) {
|
||||
|
||||
schedule_sort();
|
||||
|
||||
if (write_config()) {
|
||||
if (write_config(gettext("Firewall schedule configured."))) {
|
||||
filter_configure();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user