[REF] dev/core#2790 move preProcess static to the trait
[civicrm-core.git] / CRM / Case / Form / Task / PDF.php
index e0f43f2b913a9b5864e0fd6a5809a50565a14cfc..65954ea27294883634a9f7e584f0ebfa79ea212c 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Case_Form_Task_PDF extends CRM_Case_Form_Task {
    * Build all the data structures needed to build the form.
    */
   public function preProcess() {
-    CRM_Contact_Form_Task_PDFLetterCommon::preProcess($this);
+    $this->preProcessPDF();
     $this->skipOnHold = $this->skipDeceased = FALSE;
     parent::preProcess();
     $this->setContactIDs();