User "Awjrichards" changed the status of MediaWiki.r101230. Old Status: new New Status: ok
User "Awjrichards" also posted a comment on MediaWiki.r101230. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/101230#c25137 Commit summary: Fixes a bug in the paypal redirect, in which gateway was being passed twice with two different values, causing the redirect to fail. Comment: <pre> $data['currency_code'] = isset( $data['currency'] ) ? $data['currency'] : ''; </pre> Should default to USD. Fixed in r101232. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
