X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiChangeAuthenticationData.php;h=aea28195f0a9a18c42af037194efe61a98237f3a;hb=72728712501fe9e87445bd03441cdca183f30d65;hp=54547efe4b35a3b9ec8a157d5c1828c21450455c;hpb=54d58ef506653ad916deb11882e264dd4f0eb0bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiChangeAuthenticationData.php b/includes/api/ApiChangeAuthenticationData.php index 54547efe4b..aea28195f0 100644 --- a/includes/api/ApiChangeAuthenticationData.php +++ b/includes/api/ApiChangeAuthenticationData.php @@ -56,6 +56,7 @@ class ApiChangeAuthenticationData extends ApiBase { // Make the change $status = $manager->allowsAuthenticationDataChange( $req, true ); + Hooks::run( 'ChangeAuthenticationDataAudit', [ $req, $status ] ); if ( !$status->isGood() ) { $this->dieStatus( $status ); }