Index: trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | |
154 | 154 | if ( $gift_id ) { |
155 | 155 | $sgml = SpecialPage::getTitleFor( 'SystemGiftManagerLogo' ); |
156 | | - $gift_image = '<img src="' . $wgUploadPath . '/awards/' |
| 156 | + $gift_image = '<img src="' . $wgUploadPath . '/awards/' . |
157 | 157 | SystemGifts::getGiftImage( $gift_id, 'l' ) . |
158 | 158 | '" border="0" alt="gift" />'; |
159 | 159 | $form .= '<tr> |