From 43ee61031c5b31342d95b8b35bc5b7ec7d382272 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 29 Feb 2016 17:54:13 -0800 Subject: [PATCH] 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. --- CRM/Utils/PDF/Label.php | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.25.1