X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fspecials%2FSpecialTags.php;h=6b0598cefcc4deebd65baef0c803a656aaeb9cb8;hb=6b7552a6dd3e1f7ea7a7df8e6417dbfb61b2b318;hp=605ee008d857921afe4f2897b34eef562dd1ec2c;hpb=4fad94948359ab67e312355534977138754c123b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialTags.php b/includes/specials/SpecialTags.php index 605ee008d8..6b0598cefc 100644 --- a/includes/specials/SpecialTags.php +++ b/includes/specials/SpecialTags.php @@ -441,7 +441,7 @@ class SpecialTags extends SpecialPage { $out = $context->getOutput(); $tag = $data['HiddenTag']; - $status = call_user_func( [ 'ChangeTags', "{$form->tagAction}TagWithChecks" ], + $status = call_user_func( [ ChangeTags::class, "{$form->tagAction}TagWithChecks" ], $tag, $data['Reason'], $context->getUser(), true ); if ( $status->isGood() ) {