Skip to:
Content

BuddyPress.org

Changeset 5573


Ignore:
Timestamp:
12/18/2011 11:44:46 AM (13 years ago)
Author:
djpaul
Message:

Fix php notice in Activity get() function

File:
1 edited

Legend:

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

    r5505 r5573  
    171171
    172172        // Get the fullnames of users so we don't have to query in the loop
     173        $activity_user_ids = array();
    173174        if ( bp_is_active( 'xprofile' ) && $activities ) {
    174175            foreach ( (array)$activities as $activity ) {
Note: See TracChangeset for help on using the changeset viewer.