Skip to content

Commit

Permalink
[Security] fixes ip white list updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Feb 5, 2021
1 parent 3e9a8f1 commit 18bea17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(
$this->logger = $logger;
}

public function preUpdate()
public function postUpdate()
{
// no need to do anything if no user attached to ips
if (!$this->config->getParameter('security.default_root_anon_id')) {
Expand Down

0 comments on commit 18bea17

Please # to comment.