From 6657d23cffd1a9176fed754cf1c2fede9d5a62dc Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 30 Apr 2014 06:50:21 +0000 Subject: Signal a reload if anything got updated --- etc/inc/pfsense-utils.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index c317a43..971cac0 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -1881,8 +1881,10 @@ function update_alias_url_data() { } } unlock($lockkey); - if ($updated) + if ($updated) { write_config(); + send_event("filter reload"); + } } function process_alias_unzip($temp_filename) { -- cgit v1.1