From ef280e3c5a947cc399d9034be299743e66013d89 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 38d97a4d42..d77fe93c57 100644 --- a/CRM/Utils/PDF/Label.php +++ b/CRM/Utils/PDF/Label.php @@ -34,8 +34,6 @@ * */ -require_once 'tcpdf/tcpdf.php'; - /** * Class CRM_Utils_PDF_Label */ -- 2.25.1