Merge pull request #13170 from elisseck/dev/core/485
[civicrm-core.git] / CRM / Grant / Form / Task.php
index f0c2525d3193ef8b16fcac832a57f033deed9896..26ce02f77bd826eda7b0a50491b05839882b1f80 100644 (file)
@@ -120,7 +120,7 @@ class CRM_Grant_Form_Task extends CRM_Core_Form_Task {
    * since its used for things like send email
    */
   public function setContactIDs() {
-    $this->_contactIds = &CRM_Core_DAO::getContactIDsFromComponent($this->_grantIds,
+    $this->_contactIds = CRM_Core_DAO::getContactIDsFromComponent($this->_grantIds,
       'civicrm_grant'
     );
   }