Convert tab to space
authorNicolas Ganivet <nicolas@cividesk.com>
Wed, 22 Jun 2016 03:51:21 +0000 (21:51 -0600)
committerNicolas Ganivet <nicolas@cividesk.com>
Wed, 22 Jun 2016 03:51:21 +0000 (21:51 -0600)
CRM/Member/Form/Membership.php

index d4d174194e8d4766d39e990fd2e5e3b9dbdd410d..ae6a497325ef8224dd08633afd5bf1f6b12db83e 100644 (file)
@@ -1661,7 +1661,7 @@ WHERE   id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )';
       }
     }
 
-       $mailSend = FALSE;
+    $mailSend = FALSE;
     if (!empty($formValues['send_receipt']) && $receiptSend) {
       $formValues['contact_id'] = $this->_contactID;
       $formValues['contribution_id'] = $contributionId;