- Timestamp:
- 09/13/2016 05:35:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-member-suggestions.php
r10417 r11091 66 66 67 67 // Check that the specified group_id exists, and that the current user can access it. 68 $the_group = groups_get_group( array( 69 'group_id' => absint( $this->args['group_id'] ), 70 'populate_extras' => true, 71 ) ); 68 $the_group = groups_get_group( absint( $this->args['group_id'] ) ); 72 69 73 70 if ( $the_group->id === 0 || ! $the_group->user_has_access ) {
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)