Index: trunk/extensions/Translate/groups/ComplexMessages.php |
— | — | @@ -489,7 +489,7 @@ |
490 | 490 | |
491 | 491 | public function highlight( $key, $values ) { |
492 | 492 | if ( count( $values ) ) { |
493 | | - if ( !isset($values[0]) ) throw new MWException( "Something missing from values: " . print_rt( $values, true ) ); |
| 493 | + if ( !isset($values[0]) ) throw new MWException( "Something missing from values: " . print_r( $values, true ) ); |
494 | 494 | $values[0] = "<b>$values[0]</b>"; |
495 | 495 | } |
496 | 496 | return $values; |
— | — | @@ -610,4 +610,4 @@ |
611 | 611 | } |
612 | 612 | } |
613 | 613 | |
614 | | -} |
\ No newline at end of file |
| 614 | +} |