Ejegg has uploaded a new change for review.
https://gerrit.wikimedia.org/r/143065
Change subject: Fix quotes so converted currencies are logged
......................................................................
Fix quotes so converted currencies are logged
Change-Id: I35dda09cf26acf7990bccd8c4a431f101cdb8e92
---
M gateway_common/GatewayForm.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface
refs/changes/65/143065/1
diff --git a/gateway_common/GatewayForm.php b/gateway_common/GatewayForm.php
index 41b32a7..3e483d8 100644
--- a/gateway_common/GatewayForm.php
+++ b/gateway_common/GatewayForm.php
@@ -367,7 +367,7 @@
'currency_code' => $defaultCurrency
) );
- $this->adapter->log( 'Unsupported currency $oldCurrency forced
to $defaultCurrency' );
+ $this->adapter->log( "Unsupported currency $oldCurrency forced
to $defaultCurrency" );
return true;
}
--
To view, visit https://gerrit.wikimedia.org/r/143065
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I35dda09cf26acf7990bccd8c4a431f101cdb8e92
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits