Changeset 2129
- Timestamp:
- 11/25/2009 08:54:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r2128 r2129 372 372 /* Now fetch the activity comments and parse them into the correct position in the activities array. */ 373 373 foreach( $activities as $activity ) { 374 if ( 'activity_comment' != $activity->component_action )374 if ( 'activity_comment' != $activity->component_action && $activity->mptt_left && $activity->mptt_right ) 375 375 $activity_comments[$activity->id] = BP_Activity_Activity::get_activity_comments( $activity->id, $activity->mptt_left, $activity->mptt_right ); 376 376 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)