r100455 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100454‎ | r100455 | r100456 >
Date:21:39, 21 October 2011
Author:khorn
Status:ok
Tags:
Comment:
Bug fix: None of the pre-process hooks will ever fire until we're checking the real global for relevant hooks.
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php
@@ -1225,6 +1225,7 @@
12261226
12271227 function runPreProcess() {
12281228 if ( $this->transaction_option( 'do_validation' ) ) {
 1229+ global $wgHooks;
12291230 if ( !isset( $wgHooks['GatewayValidate'] ) ) {
12301231 //if there ARE no validate hooks, we're okay.
12311232 $this->action = 'process';

Follow-up revisions

RevisionCommit summaryAuthorDate
r100466Fixes for all the custom filters extras....khorn22:26, 21 October 2011
r100472Even more fixes for all the custom filters extras....khorn23:05, 21 October 2011
r100484Debugging minfraud as a filter: Made sure we're passing in the contribution_t...khorn01:41, 22 October 2011

Status & tagging log