Skip to content

Commit

Permalink
Fix e-notice, remove legacy code pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jun 11, 2018
1 parent a355874 commit 797ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function setContributionIds($contributionIds) {
*/
public function setContactIDs() {
if (!$this->_includesSoftCredits) {
$this->_contactIds = &CRM_Core_DAO::getContactIDsFromComponent(
$this->_contactIds = CRM_Core_DAO::getContactIDsFromComponent(
$this->_contributionIds,
'civicrm_contribution'
);
Expand Down

0 comments on commit 797ddfb

Please sign in to comment.