r94308 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94307‎ | r94308 | r94309 >
Date:00:04, 12 August 2011
Author:platonides
Status:ok (Comments)
Tags:
Comment:
Follow up r94305. But still, things don't seem to be right...
Modified paths:
  • /trunk/tools/ToolserverI18N/TsIntuition.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/TsIntuition.php
@@ -626,7 +626,7 @@
627627 if ( $domain === false )
628628 $domain = $this->getDomain();
629629
630 - $from = $messageBlob[$domain];
 630+ $from = $this->messageBlob[$domain];
631631 }
632632
633633 $return = array();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94305Change getAvailableLangs (added in r84981) to return by default the languages...platonides23:53, 11 August 2011

Comments

#Comment by Krinkle (talk | contribs)   19:39, 24 August 2011

Please explain what would be not alright ? This revision is blocking deployment right now.

Note that it looks good to me, but waiting for your reply.

Status & tagging log