Changeset 3933 for trunk/bp-groups/bp-groups-activity.php
- Timestamp:
- 01/26/2011 03:28:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-activity.php
r3818 r3933 33 33 34 34 // If the group is not public, hide the activity sitewide. 35 if ( 'public' == $bp->groups->current_group->status )35 if ( isset( $bp->groups->current_group->status ) && 'public' == $bp->groups->current_group->status ) 36 36 $hide_sitewide = false; 37 37 else
Note: See TracChangeset
for help on using the changeset viewer.