Skip to content
Snippets Groups Projects
Commit 5f351616 authored by yashodha's avatar yashodha
Browse files

CRM-12257

parent b4cb87fd
Branches
Tags
No related merge requests found
......@@ -111,6 +111,8 @@ class CRM_Core_BAO_MessageTemplates extends CRM_Core_DAO_MessageTemplates {
$query = "UPDATE civicrm_mailing
SET msg_template_id = NULL
WHERE msg_template_id = %1";
$params = array(1 => array($messageTemplatesID, 'Integer'));
CRM_Core_DAO::executeQuery($query, $params);
$messageTemplates = new CRM_Core_DAO_MessageTemplates();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment