Update Mailing.php
authortschuettler <tschuettler@oxfam.de>
Mon, 26 Sep 2016 16:03:54 +0000 (18:03 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2016 16:03:54 +0000 (18:03 +0200)
removed whitespace

api/v3/Mailing.php

index 8ada60546b142bd409b30ecbcccdd70e29b81a9a..c456276c75812afd459cdcc86f80189addb72f99 100644 (file)
@@ -589,7 +589,7 @@ function civicrm_api3_mailing_send_test($params) {
   $testEmailParams = _civicrm_api3_generic_replace_base_params($params);
   $testEmailParams['is_test'] = 1;
   $testEmailParams['status'] = 'Scheduled';
-  $testEmailParams['scheduled_date'] = CRM_Utils_Date::processDate(date('Y-m-d'), date('H:i:s')); 
+  $testEmailParams['scheduled_date'] = CRM_Utils_Date::processDate(date('Y-m-d'), date('H:i:s'));
   $job = civicrm_api3('MailingJob', 'create', $testEmailParams);
   $testEmailParams['job_id'] = $job['id'];
   $testEmailParams['emails'] = array_key_exists('test_email', $testEmailParams) ? explode(',', $testEmailParams['test_email']) : NULL;