Fixed typo!
authorLisa Marie Maginnis <lisam@fsf.org>
Mon, 19 May 2014 19:35:14 +0000 (15:35 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Mon, 19 May 2014 19:35:14 +0000 (15:35 -0400)
trustcommerce.php

index cfdbcfdc11fef726e1f1705f99522141235b00b5..c8a323ee090d143ed0579ed845aa40354b7065b7 100644 (file)
@@ -149,7 +149,7 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment {
 
   function _logger($params) {
     $msg = '';
-    foreach ($param as $key => $data) {
+    foreach ($params as $key => $data) {
       /* Delete any data we should not be writing to disk. This includes:
        * custid, password, cc, exp, and cvv
        */