Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.php |
— | — | @@ -193,8 +193,8 @@ |
194 | 194 | |
195 | 195 | $chosenGateway = $userInput['payment_method']; |
196 | 196 | |
197 | | - $wgOut->redirect( $wgPaymentGatewayHost . $url[$chosenGateway]. '&amount='. $userInput['amount']. |
198 | | - '¤cy_code='. $userInput['currency']); |
| 197 | + $wgOut->redirect( $wgPaymentGatewayHost . $url[$chosenGateway] . '&amount=' . $userInput['amount'] . |
| 198 | + '¤cy_code=' . $userInput['currency'] ); |
199 | 199 | } |
200 | 200 | |
201 | 201 | /** |