mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #8721: Call proper filter_configure function from this class
This commit is contained in:
parent
b9c2164ca8
commit
7fead243f9
@ -573,7 +573,7 @@ class pfsense_xmlrpc_server {
|
||||
unset($old_config);
|
||||
|
||||
local_sync_accounts($u2add, $u2del, $g2add, $g2del);
|
||||
filter_configure(false);
|
||||
$this->filter_configure(false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user