r72205 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72204‎ | r72205 | r72206 >
Date:17:45, 2 September 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Fixing broken logging of minfraud query from custom filters
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/extras/custom_filters/filters/minfraud/minfraud.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/custom_filters/filters/minfraud/minfraud.body.php
@@ -25,7 +25,7 @@
2626
2727 // Write the query/response to the log
2828 // @fixme this will cause the 'action' to be logged even though it's premature here
29 - $this->log_query( $pfp_gateway_object, $data );
 29+ $this->log_query( $minfraud_query, $pfp_gateway_object, $data );
3030 return TRUE;
3131
3232 }

Status & tagging log