Fix e-notice, remove legacy code pattern
authoreileen <emcnaughton@wikimedia.org>
Mon, 11 Jun 2018 00:16:49 +0000 (12:16 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 11 Jun 2018 00:16:49 +0000 (12:16 +1200)
CRM/Contribute/Form/Task.php

index 296401626407cb367dd9f7ce5492b7dfb20b60e8..b84be9865a9e75433593931538804b4f16128e7b 100644 (file)
@@ -217,7 +217,7 @@ class CRM_Contribute_Form_Task extends CRM_Core_Form {
    */
   public function setContactIDs() {
     if (!$this->_includesSoftCredits) {
-      $this->_contactIds = &CRM_Core_DAO::getContactIDsFromComponent(
+      $this->_contactIds = CRM_Core_DAO::getContactIDsFromComponent(
         $this->_contributionIds,
         'civicrm_contribution'
       );