Commit 41b7ecab authored by Ad Schellevis's avatar Ad Schellevis Committed by GitHub

Merge pull request #1265 from fabianfrz/fix_firewall_rules_edit

fix bug in firewall_rules_edit.php reported by tillsense in the forum…
parents e9d13d26 ab5a1ed7
......@@ -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