r57838 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57837‎ | r57838 | r57839 >
Date:23:55, 16 October 2009
Author:tomasz
Status:ok
Tags:
Comment:
spacing
Modified paths:
  • /trunk/extensions/DonationInterface/donate_interface/donate_interface.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.php
@@ -193,8 +193,8 @@
194194
195195 $chosenGateway = $userInput['payment_method'];
196196
197 - $wgOut->redirect( $wgPaymentGatewayHost . $url[$chosenGateway]. '&amount='. $userInput['amount'].
198 - '&currency_code='. $userInput['currency']);
 197+ $wgOut->redirect( $wgPaymentGatewayHost . $url[$chosenGateway] . '&amount=' . $userInput['amount'] .
 198+ '&currency_code=' . $userInput['currency'] );
199199 }
200200
201201 /**

Status & tagging log