r111892 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111891‎ | r111892 | r111893 >
Date:21:50, 19 February 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Opps, let's not break everything
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -897,7 +897,7 @@
898898 // Allow for adding a custom group description by using
899899 // "MediaWiki:Tp-custom-<group ID>".
900900 $customText = '';
901 - $customMessage = $wfMessage( 'tp-custom-' . $this->id )->inContentLanguage();
 901+ $customMessage = wfMessage( 'tp-custom-' . $this->id )->inContentLanguage();
902902 if( $customMessage->exists() ) {
903903 $customText = $customMessage->plain();
904904 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111890Fix some more stupidity in r111871. Thanks for the help, Niklas.siebrand21:07, 19 February 2012

Status & tagging log