Index: trunk/extensions/Translate/SpecialManageGroups.php |
— | — | @@ -276,7 +276,7 @@ |
277 | 277 | |
278 | 278 | foreach ( $actions as $action ) { |
279 | 279 | $label = wfMsg( "translate-manage-action-$action" ); |
280 | | - $name = self::escapeNameForPHP( "action-$type-$key" ); |
| 280 | + $name = MessageWebImporter::escapeNameForPHP( "action-$type-$key" ); |
281 | 281 | $id = Sanitizer::escapeId( "action-$key-$action" ); |
282 | 282 | $act[] = Xml::radioLabel( $label, $name, $action, $id, $action === $defaction ); |
283 | 283 | } |