Merge pull request #14667 from hoegrammer/master
[civicrm-core.git] / CRM / Contribute / Form / Contribution / Confirm.php
index 4d9534b8114d2e6f2888cb640370ddfd62f479d3..8ae1f65a74edb78e24192683abc4174b6de6a9df 100644 (file)
@@ -1001,7 +1001,6 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
         'note' => $params['contribution_note'],
         'entity_id' => $contribution->id,
         'contact_id' => $contribution->contact_id,
-        'modified_date' => date('Ymd'),
       ];
 
       CRM_Core_BAO_Note::add($noteParams, []);
@@ -2020,6 +2019,7 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
    * @param int $contactID
    *
    * @return array
+   * @throws \CRM_Core_Exception
    */
   protected function processFormSubmission($contactID) {
     if (!isset($this->_params['payment_processor_id'])) {