Merge pull request #18010 from eileenmcnaughton/pex
[civicrm-core.git] / CRM / Contribute / Form / Task / Email.php
index f4819c6957b76f2ba2e3822c8bf24a1f7daf448d..509c0e7dc0561a4af435da8118cf04d4e0b4718f 100644 (file)
 class CRM_Contribute_Form_Task_Email extends CRM_Contribute_Form_Task {
   use CRM_Contact_Form_Task_EmailTrait;
 
-  /**
-   * Build all the data structures needed to build the form.
-   */
-  public function preProcess() {
-    CRM_Contact_Form_Task_EmailCommon::preProcessFromAddress($this);
-    parent::preProcess();
-
-    // we have all the contribution ids, so now we get the contact ids
-    parent::setContactIDs();
-
-    $this->assign('single', $this->_single);
-  }
-
   /**
    * List available tokens for this form.
    *