r102214 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102213‎ | r102214 | r102215 >
Date:00:26, 7 November 2011
Author:kaldari
Status:ok
Tags:
Comment:
fixing bogus error message
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/GatewayForm.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/GatewayForm.php
@@ -197,7 +197,7 @@
198198 ( ( float ) $this->convert_to_usd( $data['currency'], $data['amount'] ) < ( float ) $priceFloor ||
199199 ( float ) $this->convert_to_usd( $data['currency'], $data['amount'] ) > ( float ) $priceCeiling ) ) {
200200
201 - $error['invalidamount'] = wfMsg( 'donate_interface-error-msg', wfMsg( 'donate_interface-error-msg-invalid-amount' ) );
 201+ $error['invalidamount'] = wfMsg( 'donate_interface-error-msg-invalid-amount' );
202202
203203 $this->setValidateFormResult( false );
204204 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r102243MFT r102191, r102195, r102196, r102200, r102203, r102213, r102214, r102215, r...awjrichards03:31, 7 November 2011

Status & tagging log