diff --git a/src/main/authentication/Installation/Updater/Updater130002.php b/src/main/authentication/Installation/Updater/Updater130002.php index 989a9ae57df..f07a8765066 100644 --- a/src/main/authentication/Installation/Updater/Updater130002.php +++ b/src/main/authentication/Installation/Updater/Updater130002.php @@ -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')) {