Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/08/2010 03:05:25 PM (16 years ago)
Author:
apeatling
Message:

Fixes #2076

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups.php

    r2794 r2816  
    18421842                'content' => false,
    18431843                'user_id' => $bp->loggedin_user->id,
    1844                 'group_id' => false
     1844                'group_id' => $bp->groups->current_group->id
    18451845        );
    18461846
     
    18661866                'content' => apply_filters( 'groups_activity_new_update_content', $activity_content ),
    18671867                'type' => 'activity_update',
    1868                 'item_id' => $bp->groups->current_group->id
     1868                'item_id' => $group_id
    18691869        ) );
    18701870
Note: See TracChangeset for help on using the changeset viewer.