Merge "Add GENDER support to protection null revision edit summary"
[lhc/web/wiklou.git] / includes / api / ApiChangeAuthenticationData.php
index 54547ef..aea2819 100644 (file)
@@ -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 );
                }