r101401 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101400‎ | r101401 | r101402 >
Date:20:12, 31 October 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Modified paths:
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/gateway.adapter.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/gateway.adapter.php
@@ -177,7 +177,8 @@
178178 $this->postdata = $this->dataObj->getData();
179179 //TODO: Fix this a bit.
180180
181 - $this->posted = $wgRequest->wasPosted();
 181+ $this->posted = ( $wgRequest->wasPosted() && ( !is_null( $wgRequest->getVal( 'numAttempt', null ) ) ) );
 182+
182183 $this->setPostDefaults( $postDefaults );
183184 $this->defineTransactions();
184185 $this->defineVarMap();
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface
___________________________________________________________________
Modified: svn:mergeinfo
185186 Merged /trunk/extensions/DonationInterface:r101399

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101399Redefines the Gateway's idea of what it means to be posted, so we can display...khorn20:08, 31 October 2011

Status & tagging log