crm-16684 fix undefined notices on event create participant pdf action
authorTim Mallezie <tim.mallezie@chiro.be>
Mon, 15 Jun 2015 11:54:28 +0000 (13:54 +0200)
committerTim 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

index 32e4969fbe5ffe7405e72e3975c3e55094bbf552..47cf96ccaa2e42545b06e5a2156115574e3ecc2d 100644 (file)
@@ -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.