Skip to:
Content

BuddyPress.org

Changeset 849 for trunk/bp-activity.php


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.php

    r846 r849  
    227227    $activity->date_recorded = $recorded_time;
    228228    $activity->is_private = $is_private;
    229  
     229   
    230230    $loggedin_user_save = $activity->save();
    231231   
Note: See TracChangeset for help on using the changeset viewer.