Commit ab5a1ed7 authored by Fabian Franz's avatar Fabian Franz

fix bug in firewall_rules_edit.php reported by tillsense in the forum at...

fix bug in firewall_rules_edit.php reported by tillsense in the forum at https://forum.opnsense.org/index.php?topic=3951.0;topicseen
parent e9d13d26
......@@ -451,7 +451,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
// sort filter items per interface, not really necessary but leaves a bit nicer sorted config.xml behind.
filter_rules_sort();
system_onfigure_cron();
system_configure_cron();
// write to config
write_config();
mark_subsystem_dirty('filter');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment