r62560 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62559‎ | r62560 | r62561 >
Date:00:01, 16 February 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Fix Call to undefined method MessageWebImporter::maketitle()
Modified paths:
  • /trunk/extensions/Translate/utils/MessageWebImporter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/MessageWebImporter.php
@@ -287,7 +287,7 @@
288288 * @return String: action result
289289 */
290290 public static function doAction( $action, $group, $key, $code, $message, $comment = '', $user = null, $editFlags = 0 ) {
291 - $title = self::makeTitle( $group, $key, $code );
 291+ $title = self::makeTranslationTitle( $group, $key, $code );
292292
293293 if ( $action === 'import' || $action === 'conflict' ) {
294294 if ( $action === 'import' ) {

Status & tagging log