From dcedb3756ad19897f44f4cfa997c3af23d169476 Mon Sep 17 00:00:00 2001 From: Tim Mallezie Date: Mon, 15 Jun 2015 13:54:28 +0200 Subject: [PATCH] crm-16684 fix undefined notices on event create participant pdf action Forgot some class variables --- CRM/Event/Form/Task/PDF.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Event/Form/Task/PDF.php b/CRM/Event/Form/Task/PDF.php index 32e4969fbe..47cf96ccaa 100644 --- 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. -- 2.25.1