Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/gateway.adapter.php |
— | — | @@ -177,7 +177,8 @@ |
178 | 178 | $this->postdata = $this->dataObj->getData(); |
179 | 179 | //TODO: Fix this a bit. |
180 | 180 | |
181 | | - $this->posted = $wgRequest->wasPosted(); |
| 181 | + $this->posted = ( $wgRequest->wasPosted() && ( !is_null( $wgRequest->getVal( 'numAttempt', null ) ) ) ); |
| 182 | + |
182 | 183 | $this->setPostDefaults( $postDefaults ); |
183 | 184 | $this->defineTransactions(); |
184 | 185 | $this->defineVarMap(); |
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface |
___________________________________________________________________ |
Modified: svn:mergeinfo |
185 | 186 | Merged /trunk/extensions/DonationInterface:r101399 |