r107690 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107689‎ | r107690 | r107691 >
Date:01:56, 31 December 2011
Author:khorn
Status:deferred
Tags:fundraising 
Comment:
followup r107609
Accidentally stranded a local copy of the $form_errors variable in the RapidHTML class.
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php
@@ -93,6 +93,7 @@
9494 public function __construct( &$gateway ) {
9595 global $wgRequest;
9696 parent::__construct( $gateway );
 97+ $form_errors = $this->form_errors;
9798
9899 $this->loadValidateJs();
99100

Follow-up revisions

RevisionCommit summaryAuthorDate
r112287MFT r101785, r105938, r105941, r105953, r106109, r106158, r106259, r106366, r...khorn01:29, 24 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107609Replacing most of the haphazard validation found throughout DonationInterface...khorn01:05, 30 December 2011

Status & tagging log