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:
2f8725a
)
crm-16684 fix undefined notices on event create participant pdf action
author
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 15 Jun 2015 11:54:28 +0000
(13:54 +0200)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Mon, 15 Jun 2015 11:54:28 +0000
(13:54 +0200)
Forgot some class variables
CRM/Event/Form/Task/PDF.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/Task/PDF.php
b/CRM/Event/Form/Task/PDF.php
index 32e4969fbe5ffe7405e72e3975c3e55094bbf552..47cf96ccaa2e42545b06e5a2156115574e3ecc2d 100644
(file)
--- a/
CRM/Event/Form/Task/PDF.php
+++ b/
CRM/Event/Form/Task/PDF.php
@@
-53,6
+53,8
@@
class CRM_Event_Form_Task_PDF extends CRM_Event_Form_Task {
* @var array
*/
public $_templates = NULL;
+ public $_cid = NULL;
+ public $_activityId = NULL;
/**
* Build all the data structures needed to build the form.