X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FChangeTags.php;h=9ee2460ddd48a6eb28e4c29054d4d1ac5e01dff4;hp=87c6ce5c03a8f8fe2a970011ed5aa9cb340798c5;hb=e369f66d0029594d1ce289f7a505d3ce20250828;hpb=6662eb079e3c78ad61833a4326cf23eeddb78fa2 diff --git a/includes/ChangeTags.php b/includes/ChangeTags.php index 87c6ce5c03..9ee2460ddd 100644 --- a/includes/ChangeTags.php +++ b/includes/ChangeTags.php @@ -320,7 +320,7 @@ class ChangeTags { $emptyTags[] = $row->vt_tag; } - wfRunHooks( 'ListDefinedTags', array( &$emptyTags ) ); + Hooks::run( 'ListDefinedTags', array( &$emptyTags ) ); $emptyTags = array_filter( array_unique( $emptyTags ) );