X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryTags.php;h=43eb7e806640fc9cb797c4a12f4448fdc627816a;hb=2326d420c78ab71c1f13542973a695a80e6202f7;hp=7a14aac3f77a801c2002a7c9e51036f6bb73cdc4;hpb=9de4779e206628d8c7c9ae76785bfe825b5267d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index 7a14aac3f7..43eb7e8066 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -93,7 +93,7 @@ class ApiQueryTags extends ApiQueryBase { $tag['name'] = $tagName; if ( $fld_displayname ) { - $tag['displayname'] = ChangeTags::tagDescription( $tagName ); + $tag['displayname'] = ChangeTags::tagDescription( $tagName, $this ); } if ( $fld_description ) {