diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php index 3906a159f..13eea59e2 100644 --- a/src/www/firewall_rules_edit.php +++ b/src/www/firewall_rules_edit.php @@ -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');