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

Revision: 91210
Author:   ashley
Date:     2011-06-30 19:45:08 +0000 (Thu, 30 Jun 2011)
Log Message:
-----------
SocialProfile: fix E_PARSE in SystemGifts/SpecialSystemGiftManager.php caused 
by r90796

Modified Paths:
--------------
    trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php

Modified: 
trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php
===================================================================
--- trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php     
2011-06-30 19:44:45 UTC (rev 91209)
+++ trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php     
2011-06-30 19:45:08 UTC (rev 91210)
@@ -152,7 +152,7 @@
 
                if ( $gift_id ) {
                        $sgml = SpecialPage::getTitleFor( 
'SystemGiftManagerLogo' );
-                       $gift_image = '<img src="' . $wgUploadPath . '/awards/'
+                       $gift_image = '<img src="' . $wgUploadPath . '/awards/' 
.
                                SystemGifts::getGiftImage( $gift_id, 'l' ) .
                                '" border="0" alt="gift" />';
                        $form .= '<tr>


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

Reply via email to