Skip to:
Content

BuddyPress.org

Changeset 1506 for trunk/bp-xprofile.php


Ignore:
Timestamp:
06/03/2009 11:20:28 PM (16 years ago)
Author:
apeatling
Message:

Fixes #738

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r1486 r1506  
    744744                   
    745745                    // Record in activity stream
    746                     xprofile_record_activity( array( 'item_id' => $group->id, 'component_name' => 'profile', 'component_action' => 'updated_profile', 'is_private' => 0 ) );
     746                    xprofile_record_activity( array( 'item_id' => $group->id, 'component_name' => $bp->profile->slug, 'component_action' => 'updated_profile', 'is_private' => 0 ) );
    747747                   
    748748                    do_action( 'xprofile_updated_profile', $group->id );
Note: See TracChangeset for help on using the changeset viewer.