r71897 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71896‎ | r71897 | r71898 >
Date:19:34, 29 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix typo... I should test these
Modified paths:
  • /trunk/extensions/Translate/utils/MessageWebImporter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/MessageWebImporter.php
@@ -218,7 +218,7 @@
219219 $label = wfMsg( "translate-manage-action-$action" );
220220 $name = self::escapeNameForPHP( "action-$type-$key" );
221221 $id = Sanitizer::escapeId( "action-$key-$action" );
222 - $act[] = Xml::radioLabel( $label, $nameid, $action, $id, $action === $defaction );
 222+ $act[] = Xml::radioLabel( $label, $name, $action, $id, $action === $defaction );
223223 }
224224
225225 $name = wfMsg( 'translate-manage-import-diff',

Status & tagging log