From: Tim Otten Date: Tue, 1 Mar 2016 01:54:13 +0000 (-0800) Subject: CRM-18098 - TCPDF - Remove unnecessary require_once X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=43ee61031c5b31342d95b8b35bc5b7ec7d382272;p=civicrm-core.git CRM-18098 - TCPDF - Remove unnecessary require_once With CRM-18098, we can use the autoloader. And the require_once doesn't work because the file is no longer in the include_path. --- diff --git a/CRM/Utils/PDF/Label.php b/CRM/Utils/PDF/Label.php index 78c4ae422c..86e2b3f451 100644 --- a/CRM/Utils/PDF/Label.php +++ b/CRM/Utils/PDF/Label.php @@ -33,8 +33,6 @@ * @copyright CiviCRM LLC (c) 2004-2015 */ -require_once 'tcpdf/tcpdf.php'; - /** * Class CRM_Utils_PDF_Label */