http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56469

Revision: 56469
Author:   werdna
Date:     2009-09-17 00:38:40 +0000 (Thu, 17 Sep 2009)

Log Message:
-----------
Merge contributions fixes from trunk r56468

Modified Paths:
--------------
    branches/wmf-deployment/includes/specials/SpecialContributions.php

Property Changed:
----------------
    branches/wmf-deployment/includes/specials/SpecialContributions.php

Modified: branches/wmf-deployment/includes/specials/SpecialContributions.php
===================================================================
--- branches/wmf-deployment/includes/specials/SpecialContributions.php  
2009-09-17 00:32:19 UTC (rev 56468)
+++ branches/wmf-deployment/includes/specials/SpecialContributions.php  
2009-09-17 00:38:40 UTC (rev 56469)
@@ -125,7 +125,8 @@
                        $text = wfMsgNoTrans( $message, $target );
                        if( !wfEmptyMsg( $message, $text ) && $text != '-' ) {
                                $wgOut->wrapWikiMsg(
-                                       "<div 
class='mw-contributions-footer'>\n$1\n</div>", $message );
+                                       "<div 
class='mw-contributions-footer'>\n$1\n</div>",
+                                       array( $message, $target ) );
                        }
                }
        }


Property changes on: 
branches/wmf-deployment/includes/specials/SpecialContributions.php
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/REL1_15/phase3/includes/specials/SpecialContributions.php:51646
/branches/wmf-deployment/includes/specials/SpecialContributions.php:53381
/trunk/phase3/includes/specials/SpecialContributions.php:56188,56468



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to