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:
079bd33
)
Fix mispelled variable
author
Matthew Wire
<mjw@mjwconsult.co.uk>
Thu, 17 Aug 2017 20:00:43 +0000
(21:00 +0100)
committer
Matthew Wire
<mjw@mjwconsult.co.uk>
Tue, 5 Sep 2017 14:59:48 +0000
(15:59 +0100)
CRM/Activity/Form/ActivityLinks.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Activity/Form/ActivityLinks.php
b/CRM/Activity/Form/ActivityLinks.php
index da376ba04e0cda643d01026fe7bd6391826c3c96..d06ba2db63738f947bc2d3d50597ce772324a103 100644
(file)
--- a/
CRM/Activity/Form/ActivityLinks.php
+++ b/
CRM/Activity/Form/ActivityLinks.php
@@
-63,8
+63,8
@@
class CRM_Activity_Form_ActivityLinks extends CRM_Core_Form {
if (!CRM_Utils_Mail::validOutBoundMail() || !$contactId) {
continue;
}
- list($name, $email, $doNotEmail, $onHold, $isDe
s
eased) = CRM_Contact_BAO_Contact::getContactDetails($contactId);
- if (!$doNotEmail && $email && !$isDe
s
eased) {
+ list($name, $email, $doNotEmail, $onHold, $isDe
c
eased) = CRM_Contact_BAO_Contact::getContactDetails($contactId);
+ if (!$doNotEmail && $email && !$isDe
c
eased) {
$url = 'civicrm/activity/email/add';
$act['label'] = ts('Send an Email');
}