Index: trunk/extensions/ContributionTracking/ContributionTracking_body.php |
— | — | @@ -98,10 +98,10 @@ |
99 | 99 | |
100 | 100 | // Premiums |
101 | 101 | if ( $wgRequest->getVal( 'tshirt') == '1' ) { |
102 | | - $repost['on0'] = 'Shirt Size'; |
103 | | - $repost['os0'] = $wgRequest->getText( 'size', null ); |
104 | | - $repost['on1'] = 'Shirt Language'; |
105 | | - $repost['os1'] = $wgRequest->getText( 'premium-language', null ); |
| 102 | + $repost['on0'] = 'Shirt size'; |
| 103 | + $repost['os0'] = $wgRequest->getText( 'size' ); |
| 104 | + $repost['on1'] = 'Shirt language'; |
| 105 | + $repost['os1'] = $wgRequest->getText( 'premium-language' ); |
106 | 106 | $repost['no_shipping'] = 2; |
107 | 107 | } |
108 | 108 | |