CRM-18098 - TCPDF - Remove unnecessary require_once
authorTim Otten <totten@civicrm.org>
Tue, 1 Mar 2016 01:54:13 +0000 (17:54 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 1 Mar 2016 01:54:13 +0000 (17:54 -0800)
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

index 78c4ae422c6ba8661e3bcba6e29243e38d5da277..86e2b3f451e0c223a9b921d66d0502583d751eeb 100644 (file)
@@ -33,8 +33,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  */
 
-require_once 'tcpdf/tcpdf.php';
-
 /**
  * Class CRM_Utils_PDF_Label
  */