Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-cc_form_letter', 'class' => 'payflowpro_gateway-cc_form_column')); |
58 | 58 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-cc_form_letter_inside' )); |
59 | 59 | |
60 | | - $text_template = $wgRequest->getText( 'text_template', '2010/JimmyAppealLong ); |
| 60 | + $text_template = $wgRequest->getText( 'text_template', '2010/JimmyAppealLong' ); |
61 | 61 | // if the user has uselang set, honor that, otherwise default to the language set for the form defined by 'language' in the query string |
62 | 62 | if ( $wgRequest->getText( 'language' )) $text_template .= '/' . $this->form_data[ 'language' ]; |
63 | 63 | |