Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/15/2009 11:01:33 PM (16 years ago)
Author:
apeatling
Message:

Fixed issue with group activity not being logged in activity streams. Bug #261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r846 r849  
    8686    function delete( $item_id, $component_name, $component_action, $user_id, $secondary_item_id = false ) {
    8787        global $wpdb, $bp;
     88       
     89        if ( !$user_id )
     90            return false;
    8891       
    8992        if ( !$bp['activity'] )
Note: See TracChangeset for help on using the changeset viewer.