Skip to:
Content

BuddyPress.org

Changeset 4164


Ignore:
Timestamp:
04/06/2011 08:41:30 PM (14 years ago)
Author:
djpaul
Message:

Fix possible PHP notice when sending a new private message. Fixes #3136, props Backie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-functions.php

    r3917 r4164  
    5454            $message->subject = __( 'No Subject', 'buddypress' );
    5555
     56        $recipient_ids = array();
     57
    5658        // Loop the recipients and convert all usernames to user_ids where needed
    5759        foreach( (array) $recipients as $recipient ) {
Note: See TracChangeset for help on using the changeset viewer.