Index: trunk/extensions/ContributionTracking/ContributionTracking_body.php |
— | — | @@ -131,11 +131,11 @@ |
132 | 132 | $repost[ 'cmd' ] = '_xclick-subscriptions'; |
133 | 133 | $amount_field_name = 'a3'; |
134 | 134 | $repost['notify_url'] = $wgContributionTrackingPayPalRecurringIPN; |
135 | | - $repost['item_name'] = $this->msgWiki( 'contrib-tracking-item-name-recurring' ); |
| 135 | + $repost['item_name'] = $this->msg( 'contrib-tracking-item-name-recurring' ); |
136 | 136 | } else { |
137 | 137 | $repost['cmd'] = '_xclick'; |
138 | 138 | $repost['notify_url'] = $wgContributionTrackingPayPalIPN; |
139 | | - $repost['item_name'] = $this->msgWiki( 'contrib-tracking-item-name-onetime' ); |
| 139 | + $repost['item_name'] = $this->msg( 'contrib-tracking-item-name-onetime' ); |
140 | 140 | } |
141 | 141 | } |
142 | 142 | else if ( $gateway == 'moneybookers' ) { |