Skip to:
Content

BuddyPress.org

Changeset 454


Ignore:
Timestamp:
10/29/2008 09:51:08 PM (16 years ago)
Author:
apeatling
Message:

Fixed bug where email notifications were going to poster, not receiver of a wire post.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r452 r454  
    327327           
    328328            // Set up and send the message
    329             $to = $current_user->user_email;
     329            $to = $ud->user_email;
    330330            $subject = sprintf( __( '%s posted on your wire.', 'buddypress' ), $poster_name );
    331331
Note: See TracChangeset for help on using the changeset viewer.