From b137ba1a580bafe48881b338990bd0b1e3d458fc Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 16 Sep 2016 11:09:30 +0000 Subject: [PATCH] whitespace fix --- CRM/Contribute/Form/Task/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Task/PDF.php b/CRM/Contribute/Form/Task/PDF.php index f00bdc007d5a..5f342c1db4a2 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -207,7 +207,7 @@ public function postProcess() { $input['receipt_from_name'] = str_replace('"', '', $fromDetails[0]); } - $mail = $elements['baseIPN']->sendMail($input, $ids, $objects, $values, FALSE, $elements['createPdf']); + $mail = $elements['baseIPN']->sendMail($input, $ids, $objects, $values, FALSE, $elements['createPdf']); if ($mail['html']) { $message[] = $mail['html'];