Skip to content

Commit

Permalink
Firewall: Groups - Missing group registration (dynamic interface) on …
Browse files Browse the repository at this point in the history
…apply, might be #6745
  • Loading branch information
AdSchellevis committed Aug 14, 2023
1 parent 42e06c5 commit 3f80ddb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -135,6 +135,7 @@ public function reconfigureAction()
{
if ($this->request->isPost()) {
(new Backend())->configdRun("filter reload skip_alias");
(new Backend())->configdRun('interface invoke registration');
return array("status" => "ok");
} else {
return array("status" => "failed");
Expand Down

0 comments on commit 3f80ddb

Please sign in to comment.