Skip to:
Content

BuddyPress.org

Changeset 1478


Ignore:
Timestamp:
05/11/2009 09:08:00 PM (16 years ago)
Author:
apeatling
Message:

Fixes #735

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bp-friends.php

    r1460 r1478  
    579579       
    580580        // Record in activity streams
    581         friends_record_activity( array( 'item_id' => $friendship_id, 'component_name' => 'friends', 'component_action' => 'friendship_accepted', 'is_private' => 0, 'user_id' => $friendship->initiator_user_id, 'secondary_user_id' => $friendship->friend_user_id ) );
     581        friends_record_activity( array( 'item_id' => $friendship_id, 'component_name' => $bp->friends->slug, 'component_action' => 'friendship_accepted', 'is_private' => 0, 'user_id' => $friendship->initiator_user_id, 'secondary_user_id' => $friendship->friend_user_id ) );
    582582       
    583583        // Send the email notification
  • trunk/bp-friends.php

    r1460 r1478  
    579579       
    580580        // Record in activity streams
    581         friends_record_activity( array( 'item_id' => $friendship_id, 'component_name' => 'friends', 'component_action' => 'friendship_accepted', 'is_private' => 0, 'user_id' => $friendship->initiator_user_id, 'secondary_user_id' => $friendship->friend_user_id ) );
     581        friends_record_activity( array( 'item_id' => $friendship_id, 'component_name' => $bp->friends->slug, 'component_action' => 'friendship_accepted', 'is_private' => 0, 'user_id' => $friendship->initiator_user_id, 'secondary_user_id' => $friendship->friend_user_id ) );
    582582       
    583583        // Send the email notification
Note: See TracChangeset for help on using the changeset viewer.