Merge pull request #8808 from totten/master-cxn-welcome
[civicrm-core.git] / bin / ContributionProcessor.php
index 0618eb014b3350e705e44ed515eec792ba8580a6..790f646bbd0fdbc20eee1c452a553235846242a8 100644 (file)
@@ -470,9 +470,7 @@ class CiviContributeProcessor {
       }
     }
 
-    $contribution = &CRM_Contribute_BAO_Contribution::create($params,
-      CRM_Core_DAO::$_nullArray
-    );
+    $contribution = CRM_Contribute_BAO_Contribution::create($params);
     if (!$contribution->id) {
       return FALSE;
     }