From ab5a1ed7ae06e8b1e1fbdd6121a037c0ce772966 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sat, 19 Nov 2016 10:58:35 +0100 Subject: [PATCH] fix bug in firewall_rules_edit.php reported by tillsense in the forum at https://forum.opnsense.org/index.php?topic=3951.0;topicseen --- src/www/firewall_rules_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');