Changeset 9372 for trunk/src/bp-groups/bp-groups-activity.php
- Timestamp:
- 01/19/2015 06:14:47 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-activity.php
r9351 r9372 247 247 248 248 if ( empty( $groups['groups'] ) ) { 249 return $retval;249 $groups = array( 'groups' => 0 ); 250 250 } 251 251
Note: See TracChangeset
for help on using the changeset viewer.