diff options
author | Ermal <eri@pfsense.org> | 2014-04-30 06:50:21 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-04-30 06:50:21 +0000 |
commit | 0ad946164c2cf6b1fa872f739cf108e73c5a5c78 (patch) | |
tree | 79e1a4b87ae85f61bd6fe987c38f07825989f651 /etc/inc/pfsense-utils.inc | |
parent | 26d060bc8b885ec839de94cc18cfd7913662918f (diff) | |
download | pfsense-0ad946164c2cf6b1fa872f739cf108e73c5a5c78.zip pfsense-0ad946164c2cf6b1fa872f739cf108e73c5a5c78.tar.gz |
Signal a reload if anything got updated
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index ead9f44..1ab966a 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -1942,8 +1942,10 @@ function update_alias_url_data() { } } unlock($lockkey); - if ($updated) + if ($updated) { write_config(); + send_event("filter reload"); + } } function process_alias_unzip($temp_filename) { |