r71967 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71966‎ | r71967 | r71968 >
Date:18:21, 30 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix method call
Modified paths:
  • /trunk/extensions/Translate/SpecialManageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialManageGroups.php
@@ -276,7 +276,7 @@
277277
278278 foreach ( $actions as $action ) {
279279 $label = wfMsg( "translate-manage-action-$action" );
280 - $name = self::escapeNameForPHP( "action-$type-$key" );
 280+ $name = MessageWebImporter::escapeNameForPHP( "action-$type-$key" );
281281 $id = Sanitizer::escapeId( "action-$key-$action" );
282282 $act[] = Xml::radioLabel( $label, $name, $action, $id, $action === $defaction );
283283 }

Status & tagging log