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

Merge pull request #2141 from jmcclelland/change-test-to-draft-for-civimail

Change test to draft for civimail
parents 579d3066 a5db8e6f
No related branches found
No related tags found
No related merge requests found
......@@ -518,11 +518,7 @@ VALUES (%1, %2, %3, %4, %5, %6, %7)
$fields = array();
if (!empty($testParams)) {
$mailing->from_name = ts(
'CiviCRM Test Mailer (%1)',
array(1 => $mailing->from_name)
);
$mailing->subject = ts('Test Mailing:') . ' ' . $mailing->subject;
$mailing->subject = ts('[CiviMail Draft]') . ' ' . $mailing->subject;
}
CRM_Mailing_BAO_Mailing::tokenReplace($mailing);
......
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