r91210 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91209‎ | r91210 | r91211 >
Date:19:45, 30 June 2011
Author:ashley
Status:ok
Tags:
Comment:
SocialProfile: fix E_PARSE in SystemGifts/SpecialSystemGiftManager.php caused by r90796
Modified paths:
  • /trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php
@@ -152,7 +152,7 @@
153153
154154 if ( $gift_id ) {
155155 $sgml = SpecialPage::getTitleFor( 'SystemGiftManagerLogo' );
156 - $gift_image = '<img src="' . $wgUploadPath . '/awards/'
 156+ $gift_image = '<img src="' . $wgUploadPath . '/awards/' .
157157 SystemGifts::getGiftImage( $gift_id, 'l' ) .
158158 '" border="0" alt="gift" />';
159159 $form .= '<tr>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90796SocialProfile: better URL building & swapped getVal() to getInt() where appro...ashley19:48, 25 June 2011

Status & tagging log