Skip to content
Snippets Groups Projects
Commit 321745fe authored by lobo's avatar lobo
Browse files

Merge pull request #2004 from dlobo/NoticeFixes

fix notice messages reported on forum
parents 60ebf313 270272fb
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ class CRM_Contact_Form_Task_PDFLetterCommon {
CRM_Utils_System::civiExit(1);
}
function createActivities($form, $html_message, $contactIds) {
static function createActivities($form, $html_message, $contactIds) {
//Added for CRM-12682: Add activity subject and campaign fields
$formValues = $form->controller->exportValues($form->getName());
......@@ -420,7 +420,7 @@ class CRM_Contact_Form_Task_PDFLetterCommon {
}
}
function formatMessage(&$message) {
static function formatMessage(&$message) {
$newLineOperators = array(
'p' => array(
'oper' => '<p>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment