X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FXMP.php;h=5b46af1e9374dd738fb11b9d8c5b2356a4cdd76a;hb=e100650952565562a16bbc562c8706b12c621981;hp=cdbd5ab2ad548d52248097e95d5201a9765e1e62;hpb=f3a03e1d7a365012da729273e7f499567ad841aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/XMP.php b/includes/media/XMP.php index cdbd5ab2ad..5b46af1e93 100644 --- a/includes/media/XMP.php +++ b/includes/media/XMP.php @@ -173,7 +173,7 @@ class XMPReader { $data = $this->results; - wfRunHooks( 'XMPGetResults', array( &$data ) ); + Hooks::run( 'XMPGetResults', array( &$data ) ); if ( isset( $data['xmp-special']['AuthorsPosition'] ) && is_string( $data['xmp-special']['AuthorsPosition'] )