r101076 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101075‎ | r101076 | r101077 >
Date:22:42, 27 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Do not attempt to create an empty dropdown for issuer_id.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
@@ -146,7 +146,7 @@
147147 $form = '';
148148
149149 $payment_submethod = $this->gateway->getPaymentSubmethodMeta( $this->getPaymentSubmethod() );
150 - if ( !isset( $payment_submethod['issuerids'] ) ) {
 150+ if ( !isset( $payment_submethod['issuerids'] ) || empty( $payment_submethod['issuerids'] ) ) {
151151
152152 // No issuer_id to load
153153 return $form;

Follow-up revisions

RevisionCommit summaryAuthorDate
r102236MFT r90286, r100671, r100837, r100950, r101060, r101063, r101064, r101073, r1......khorn03:06, 7 November 2011
r102237MFT r90286, r100671, r100837, r100950, r101060, r101063, r101064, r101073, r1......khorn03:07, 7 November 2011

Status & tagging log