https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111892

Revision: 111892
Author:   nikerabbit
Date:     2012-02-19 21:50:17 +0000 (Sun, 19 Feb 2012)
Log Message:
-----------
Opps, let's not break everything

Modified Paths:
--------------
    trunk/extensions/Translate/MessageGroups.php

Modified: trunk/extensions/Translate/MessageGroups.php
===================================================================
--- trunk/extensions/Translate/MessageGroups.php        2012-02-19 21:43:37 UTC 
(rev 111891)
+++ trunk/extensions/Translate/MessageGroups.php        2012-02-19 21:50:17 UTC 
(rev 111892)
@@ -897,7 +897,7 @@
                // Allow for adding a custom group description by using
                // "MediaWiki:Tp-custom-<group ID>".
                $customText = '';
-               $customMessage = $wfMessage( 'tp-custom-' . $this->id 
)->inContentLanguage();
+               $customMessage = wfMessage( 'tp-custom-' . $this->id 
)->inContentLanguage();
                if( $customMessage->exists() ) {
                        $customText = $customMessage->plain();
                }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to