X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FPDF%2FUtils.php;h=0e9f00c6d8d14868531c9f73075bffec6b8431b2;hb=79a18c21d066b39f244726e5a6052176a763259b;hp=a51df38b35e96d034cf77f20a12782f1ddcb5522;hpb=9312b85455a83a27f7a6596cba48afc8535a2ff7;p=civicrm-core.git diff --git a/CRM/Utils/PDF/Utils.php b/CRM/Utils/PDF/Utils.php index a51df38b35..0e9f00c6d8 100644 --- a/CRM/Utils/PDF/Utils.php +++ b/CRM/Utils/PDF/Utils.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -301,7 +301,7 @@ class CRM_Utils_PDF_Utils { * @param string $author * @param string $title */ - pubic static function &pdflib( + public static function &pdflib( $fileName, $searchPath, &$values, @@ -405,4 +405,5 @@ class CRM_Utils_PDF_Utils { CRM_Core_Error::statusBounce("PDFlib Error: " . $excp->get_errmsg()); } } + }