Index: trunk/phase3/includes/specials/SpecialBlockList.php |
— | — | @@ -249,7 +249,7 @@ |
250 | 250 | |
251 | 251 | case 'ipb_target': |
252 | 252 | if( $row->ipb_auto ){ |
253 | | - $formatted = wfMessage( 'autoblockid', $row->ipb_id ); |
| 253 | + $formatted = wfMessage( 'autoblockid', $row->ipb_id )->parse(); |
254 | 254 | } else { |
255 | 255 | list( $target, $type ) = Block::parseTarget( $row->ipb_address ); |
256 | 256 | switch( $type ){ |