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:
76396c9
)
Participant Test E-Notice compliance
author
Eileen
<eileen@fuzion.co.nz>
Fri, 3 Jan 2014 03:00:25 +0000
(16:00 +1300)
committer
Eileen
<eileen@fuzion.co.nz>
Fri, 3 Jan 2014 03:00:25 +0000
(16:00 +1300)
CRM/Event/BAO/Participant.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/BAO/Participant.php
b/CRM/Event/BAO/Participant.php
index ce23b0310763767f682b6df73ecdbc08fbef6f9a..bcb84784125ded700035cff559032067341038d6 100644
(file)
--- a/
CRM/Event/BAO/Participant.php
+++ b/
CRM/Event/BAO/Participant.php
@@
-219,7
+219,7
@@
class CRM_Event_BAO_Participant extends CRM_Event_DAO_Participant {
$session = CRM_Core_Session::singleton();
$id = $session->get('userID');
if (!$id) {
- $id =
$params['contact_id']
;
+ $id =
CRM_Utils_Array::value('contact_id', $params)
;
}
// add custom field values