r91918 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91917‎ | r91918 | r91919 >
Date:22:17, 11 July 2011
Author:aaron
Status:ok
Tags:
Comment:
Added explicit parse() call to wfMessage object
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlockList.php
@@ -249,7 +249,7 @@
250250
251251 case 'ipb_target':
252252 if( $row->ipb_auto ){
253 - $formatted = wfMessage( 'autoblockid', $row->ipb_id );
 253+ $formatted = wfMessage( 'autoblockid', $row->ipb_id )->parse();
254254 } else {
255255 list( $target, $type ) = Block::parseTarget( $row->ipb_address );
256256 switch( $type ){

Status & tagging log