projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c3a87
)
CRM-18098 - TCPDF - Remove unnecessary require_once
author
Tim Otten
<totten@civicrm.org>
Tue, 1 Mar 2016 01:54:13 +0000
(17:54 -0800)
committer
Tim 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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/PDF/Label.php
b/CRM/Utils/PDF/Label.php
index 78c4ae422c6ba8661e3bcba6e29243e38d5da277..86e2b3f451e0c223a9b921d66d0502583d751eeb 100644
(file)
--- 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
*/