Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/10/2012 10:26:52 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Suppress strct debug notice from unset $ref variable.

File:
1 edited

Legend:

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

    r6591 r6592  
    488488
    489489        if ( !$comments = wp_cache_get( 'bp_activity_comments_' . $activity_id ) ) {
     490
    490491            // Select the user's fullname with the query
    491492            if ( bp_is_active( 'xprofile' ) ) {
     
    513514            // Retrieve all descendants of the $root node
    514515            $descendants = $wpdb->get_results( $sql );
     516            $ref         = array();
    515517
    516518            // Loop descendants and build an assoc array
Note: See TracChangeset for help on using the changeset viewer.