From a18a5128e227191170cd5de91d0df5dbe7cfac43 Mon Sep 17 00:00:00 2001 From: Romain Thouvenin Date: Fri, 7 Apr 2017 17:30:25 +0200 Subject: [PATCH] CRM-20389 ignore mailing_type when cloning --- api/v3/Mailing.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/Mailing.php b/api/v3/Mailing.php index 76b1f91926..c6a72f6504 100644 --- a/api/v3/Mailing.php +++ b/api/v3/Mailing.php @@ -194,6 +194,7 @@ function civicrm_api3_mailing_clone($params) { 'approval_note', 'is_archived', 'hash', + 'mailing_type', ); $get = civicrm_api3('Mailing', 'getsingle', array('id' => $params['id'])); -- 2.25.1