X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FAuthManager.php;h=bfe278b40a8ecfeba6eacbd9e5f3fbc1fa61a133;hb=ef3b8bf08bd75b136f4a6774856cecd1dc9a2d91;hp=0c6218e6d42d606526801f36e379f3992e1a216f;hpb=614c90c52f43ddb975e9186f72f2a526849ca13f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/AuthManager.php b/includes/auth/AuthManager.php index 0c6218e6d4..bfe278b40a 100644 --- a/includes/auth/AuthManager.php +++ b/includes/auth/AuthManager.php @@ -1423,7 +1423,7 @@ class AuthManager implements LoggerAwareInterface { // @codeCoverageIgnoreEnd } $this->setDefaultUserOptions( $user, $creator->isAnon() ); - \Hooks::run( 'LocalUserCreated', [ $user, false ] ); + \Hooks::runWithoutAbort( 'LocalUserCreated', [ $user, false ] ); $user->saveSettings(); $state['userid'] = $user->getId();