Skip to content

Commit

Permalink
Merge pull request #12298 from eileenmcnaughton/notice
Browse files Browse the repository at this point in the history
Fix e-notice, remove legacy code pattern
  • Loading branch information
colemanw authored Jun 11, 2018
2 parents df653d2 + 797ddfb commit 4a59e14
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 4a59e14

Please sign in to comment.