Notice Fix on offline membership
authorWeb Access <rohan.katkar@webaccessglobal.com>
Thu, 16 Jul 2015 14:03:16 +0000 (19:33 +0530)
committerWeb Access <rohan.katkar@webaccessglobal.com>
Thu, 16 Jul 2015 14:03:16 +0000 (19:33 +0530)
CRM/Member/Form/Membership.php

index ee8f992bbc1bdbef3ffea558ebfdd21ab7682e8c..17c4d81bf073bff988fdb2664a24f6736a33b883 100644 (file)
@@ -1702,7 +1702,7 @@ WHERE   id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )';
         }
       }
       $statusMsg = implode('<br/>', $statusMsg);
-      if ($receiptSend && $mailSend) {
+      if ($receiptSend && !empty($mailSend)) {
         $statusMsg .= ' ' . ts('A membership confirmation and receipt has been sent to %1.', array(1 => $this->_contributorEmail));
       }
     }