X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryTags.php;h=43eb7e806640fc9cb797c4a12f4448fdc627816a;hb=3287201b673c6e52c04e9f8771c0e71d1a617910;hp=7a14aac3f77a801c2002a7c9e51036f6bb73cdc4;hpb=951c1016edbf1325119b814cd0e6a30e104868b4;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 ) {