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:
94e9b0c
)
CRM-10466 - Ensure token hooks are always called
author
Coleman Watts
<coleman@civicrm.org>
Fri, 7 Feb 2014 01:14:23 +0000
(17:14 -0800)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 7 Feb 2014 01:14:23 +0000
(17:14 -0800)
CRM/Activity/BAO/Activity.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Activity/BAO/Activity.php
b/CRM/Activity/BAO/Activity.php
index 8cb0c29c5951a9ee84f1c55e658189eef4e2b5d2..a6694c30e34cf8b3d9e32cc92600de78364de6f0 100644
(file)
--- a/
CRM/Activity/BAO/Activity.php
+++ b/
CRM/Activity/BAO/Activity.php
@@
-1245,7
+1245,7
@@
LEFT JOIN civicrm_activity_contact src ON (src.activity_id = ac.activity_id AND
// get token details for contacts, call only if tokens are used
$details = array();
- if (!empty($allTokens)) {
+ if (!empty($
returnProperties) || !empty($tokens) || !empty($
allTokens)) {
list($details) = CRM_Utils_Token::getTokenDetails(
$contactIds,
$returnProperties,