[REF] dev/core#2790 move preProcess static to the trait
[civicrm-core.git] / CRM / Event / Form / Task / PDF.php
index 43341aaf12f89d6439360185ed33ff42a3f32597..9ce1baed9c71cdfb82a34ebc1a8eaa1b1231c12c 100644 (file)
@@ -46,7 +46,7 @@ class CRM_Event_Form_Task_PDF extends CRM_Event_Form_Task {
    * Build all the data structures needed to build the form.
    */
   public function preProcess() {
-    CRM_Contact_Form_Task_PDFLetterCommon::preProcess($this);
+    $this->preProcessPDF();
     parent::preProcess();
 
     // we have all the participant ids, so now we get the contact ids