merge commonLetterCompose() and commonCompose()
[civicrm-core.git] / CRM / Contact / Form / Task / PDFLetterCommon.php
index 62eccb8c88abbe3c424360bda79eb5601438d625..5fb7f55483529d53b1d3be1d4f528dcc7c2c6699 100644 (file)
@@ -174,7 +174,7 @@ class CRM_Contact_Form_Task_PDFLetterCommon {
     $form->assign('useSelectedPageFormat', ts('Should the new template always use the selected Page Format?'));
     $form->assign('totalSelectedContacts', count($form->_contactIds));
 
-    CRM_Mailing_BAO_Mailing::commonLetterCompose($form);
+    CRM_Mailing_BAO_Mailing::commonCompose($form);
 
     $buttons = array();
     if ($form->get('action') != CRM_Core_Action::VIEW) {