Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -897,7 +897,7 @@ |
898 | 898 | // Allow for adding a custom group description by using |
899 | 899 | // "MediaWiki:Tp-custom-<group ID>". |
900 | 900 | $customText = ''; |
901 | | - $customMessage = $wfMessage( 'tp-custom-' . $this->id )->inContentLanguage(); |
| 901 | + $customMessage = wfMessage( 'tp-custom-' . $this->id )->inContentLanguage(); |
902 | 902 | if( $customMessage->exists() ) { |
903 | 903 | $customText = $customMessage->plain(); |
904 | 904 | } |