r54741 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54740‎ | r54741 | r54742 >
Date:20:49, 10 August 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Typo
Modified paths:
  • /trunk/extensions/Translate/groups/ComplexMessages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/ComplexMessages.php
@@ -489,7 +489,7 @@
490490
491491 public function highlight( $key, $values ) {
492492 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 ) );
494494 $values[0] = "<b>$values[0]</b>";
495495 }
496496 return $values;
@@ -610,4 +610,4 @@
611611 }
612612 }
613613
614 -}
\ No newline at end of file
 614+}

Status & tagging log