Merge "Convert CREDITS to list of all known git contributors"
[lhc/web/wiklou.git] / includes / api / ApiRemoveAuthenticationData.php
index 30e40fb..d72c8a4 100644 (file)
@@ -73,6 +73,7 @@ class ApiRemoveAuthenticationData extends ApiBase {
 
                // Perform the removal
                $status = $manager->allowsAuthenticationDataChange( $req, true );
+               Hooks::run( 'ChangeAuthenticationDataAudit', [ $req, $status ] );
                if ( !$status->isGood() ) {
                        $this->dieStatus( $status );
                }