Merge pull request #13566 from pradpnayak/ModifiedBy
[civicrm-core.git] / CRM / Member / Form / Task.php
index 444e7f546928d3f0c6138894575d5f5d23bc5f8b..b83496d8947d0ab962edacd15afeed2b38e15c73 100644 (file)
@@ -130,7 +130,7 @@ class CRM_Member_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->_memberIds,
+    $this->_contactIds = CRM_Core_DAO::getContactIDsFromComponent($this->_memberIds,
       'civicrm_membership'
     );
   }