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:
0deb071
)
Corrected call to commonCompose
author
Ruben Rodriguez
<ruben@fsf.org>
Tue, 29 May 2018 15:47:45 +0000
(11:47 -0400)
committer
Ruben Rodriguez
<ruben@fsf.org>
Thu, 16 Apr 2020 17:25:55 +0000
(13:25 -0400)
We were using a deprecated wrapper for that function:
https://github.com/civicrm/civicrm-core/commit/
187007a3dbd33bde08b0b4f54feff8c71ea2a065
CRM/Contact/Form/Task/PDFLatexCommon.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Task/PDFLatexCommon.php
b/CRM/Contact/Form/Task/PDFLatexCommon.php
index d9485f17e395c2320bff55e8ec8d687845d2570a..c0fa707ee45cabda843674af92616883600ed531 100644
(file)
--- a/
CRM/Contact/Form/Task/PDFLatexCommon.php
+++ b/
CRM/Contact/Form/Task/PDFLatexCommon.php
@@
-143,7
+143,7
@@
class CRM_Contact_Form_Task_PDFLatexCommon {
$form->assign('useSelectedPageFormat', ts('Should the new template always use the selected Page Format?'));
$form->assign('totalSelectedContacts', count($form->_contactIds));
- CRM_Mailing_BAO_Mailing::common
Letter
Compose($form);
+ CRM_Mailing_BAO_Mailing::commonCompose($form);
if ($form->_single) {
$cancelURL = CRM_Utils_System::url(