Index: trunk/extensions/CodeReview/CodeTagListView.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | $text = ''; |
16 | 16 | foreach( $tags as $tag ) { |
17 | 17 | $msg = "code-status-$tag-desc"; |
18 | | - $exp = wfEmptyMsg( $msg, wfMsg($msg) ) ? '' : ' - ' . wfMsgHtml( "code-status-$tag-desc" ); |
| 18 | + $exp = wfEmptyMsg( $msg, wfMsg( $msg ) ) ? '' : ' - ' . wfMsgHtml( $msg ); |
19 | 19 | $text .= "* [[Special:Code/$name/tag/$tag|$tag]]$exp\n"; |
20 | 20 | } |
21 | 21 | $wgOut->addWikiText( $text ); |