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:
172a3c1
)
CRM-16544 - CiviMail automatically attaches CiviGrant files to Mailing
author
relldoesphp
<tyrell@aghstrategies.com>
Tue, 9 Jun 2015 20:48:50 +0000
(16:48 -0400)
committer
relldoesphp
<tyrell@aghstrategies.com>
Tue, 9 Jun 2015 20:48:50 +0000
(16:48 -0400)
https://issues.civicrm.org/jira/browse/CRM-16544
Civi/Core/Container.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Core/Container.php
b/Civi/Core/Container.php
index d4aa0ebfe02fbf07d69f6974576ee0efc877571a..71679e9aff0a263be86391ef8991bbeebe4fc0eb 100644
(file)
--- a/
Civi/Core/Container.php
+++ b/
Civi/Core/Container.php
@@
-175,7
+175,7
@@
class Container {
INNER JOIN civicrm_custom_group grp ON fld.custom_group_id = grp.id
WHERE fld.data_type = "File"
',
- array('civicrm_activity', 'civicrm_mailing', 'civicrm_contact')
+ array('civicrm_activity', 'civicrm_mailing', 'civicrm_contact'
, 'civicrm_grant'
)
));
$kernel->setApiProviders(array(