Index: trunk/extensions/CodeReview/ui/CodeTagListView.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $list = $this->mRepo->getTagList(); |
15 | 15 | |
16 | 16 | if( 0 === count( $list ) ) { |
17 | | - $wgOut->addWikiText( wfMsg( 'code-tags-no-tags' ) ); |
| 17 | + $wgOut->addWikiMsg( 'code-tags-no-tags' ); |
18 | 18 | } else { |
19 | 19 | # Show a cloud made of tags |
20 | 20 | $tc = new WordCloud( $list, array( $this, 'linkCallback' ) ); |