summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 3 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud