r108048 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108047‎ | r108048 | r108049 >
Date:16:23, 4 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix buggy refactoring, ping r108046
Modified paths:
  • /trunk/extensions/Translate/utils/TranslationHelpers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/TranslationHelpers.php
@@ -197,7 +197,7 @@
198198 } elseif ( $suggestions === 'checks' ) {
199199 global $wgRequest;
200200 $this->translation = $wgRequest->getText( 'translation' );
201 - return (string) $this->callBox( $all['check'], 'check' );
 201+ return (string) $this->callBox( 'check', $all['check'] );
202202 }
203203
204204 if ( $this->group instanceof RecentMessageGroup ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108046It's useful to catch the errors we might throw, ping r108034nikerabbit16:15, 4 January 2012

Status & tagging log