Merge pull request #1265 from fabianfrz/fix_firewall_rules_edit

fix bug in firewall_rules_edit.php reported by tillsense in the forum…
This commit is contained in:
Ad Schellevis 2016-11-19 13:12:09 +01:00 committed by GitHub
commit 41b7ecab19

View File

@ -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');