Fix #8721: Call proper filter_configure function from this class

This commit is contained in:
Renato Botelho 2018-09-03 15:17:03 -03:00
parent b9c2164ca8
commit 7fead243f9

View File

@ -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;
}