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:
81716dd
)
Update sendMail return type
author
Elliott Eggleston
<ejegg@ejegg.com>
Wed, 15 Nov 2017 04:43:49 +0000
(23:43 -0500)
committer
Elliott Eggleston
<ejegg@ejegg.com>
Wed, 15 Nov 2017 04:43:49 +0000
(23:43 -0500)
CRM/Event/BAO/Event.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/BAO/Event.php
b/CRM/Event/BAO/Event.php
index 494dde644a6f08c85985043751a6f532dd9f99c5..70dc5f4d82b1279a5a5f746d2af2591e512a5f92 100644
(file)
--- a/
CRM/Event/BAO/Event.php
+++ b/
CRM/Event/BAO/Event.php
@@
-1110,7
+1110,7
@@
WHERE civicrm_event.is_active = 1
* @param int $participantId
* @param bool $isTest
* @param bool $returnMessageText
- * @return array
+ * @return array
|null
*/
public static function sendMail($contactID, &$values, $participantId, $isTest = FALSE, $returnMessageText = FALSE) {