Skip to:
Content

BuddyPress.org

Ticket #7509: 7509.01.patch

File 7509.01.patch, 425 bytes (added by r-a-y, 8 years ago)
  • src/bp-core/classes/class-bp-phpmailer.php

     
    5151                /*
    5252                 * Resets.
    5353                 */
    54 
     54                $phpmailer->MessageDate = date( 'D, j M Y H:i:s O' );
    5555                $phpmailer->clearAllRecipients();
    5656                $phpmailer->clearAttachments();
    5757                $phpmailer->clearCustomHeaders();