make routing endpoint static
authordemeritcowboy <demeritcowboy@hotmail.com>
Sat, 10 Oct 2020 13:32:26 +0000 (09:32 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sat, 10 Oct 2020 13:32:26 +0000 (09:32 -0400)
CRM/Contact/Page/AJAX.php

index 7f3e4412acf04d752d88eb033ca6e5380ba45d07..be78f303a9d7b9732c5a4718f6a112a6045e78a6 100644 (file)
@@ -862,7 +862,7 @@ LIMIT {$offset}, {$rowCount}
   /**
    * Retrieve a PDF Page Format for the PDF Letter form.
    */
-  public function pdfFormat() {
+  public static function pdfFormat() {
     $formatId = CRM_Utils_Type::escape($_REQUEST['formatId'], 'Integer');
 
     $pdfFormat = CRM_Core_BAO_PdfFormat::getById($formatId);