projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a355874
)
Fix e-notice, remove legacy code pattern
author
eileen
<emcnaughton@wikimedia.org>
Mon, 11 Jun 2018 00:16:49 +0000
(12:16 +1200)
committer
eileen
<emcnaughton@wikimedia.org>
Mon, 11 Jun 2018 00:16:49 +0000
(12:16 +1200)
CRM/Contribute/Form/Task.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Task.php
b/CRM/Contribute/Form/Task.php
index 296401626407cb367dd9f7ce5492b7dfb20b60e8..b84be9865a9e75433593931538804b4f16128e7b 100644
(file)
--- a/
CRM/Contribute/Form/Task.php
+++ b/
CRM/Contribute/Form/Task.php
@@
-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'
);