Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2014 08:44:02 PM (11 years ago)
Author:
boonebgorges
Message:

Fix incorrect variable name

File:
1 edited

Legend:

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

    r7800 r7814  
    932932                $descendant_ids = $wpdb->get_col( $sql );
    933933                $descendants    = self::get_activity_data( $descendant_ids );
    934                 $descendands    = self::append_user_fullnames( $descendants );
     934                $descendants    = self::append_user_fullnames( $descendants );
    935935            }
    936936
Note: See TracChangeset for help on using the changeset viewer.