Changeset 11091 for trunk/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 09/13/2016 05:35:55 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-admin.php
r10985 r11091 228 228 229 229 // Get the group from the database. 230 $group = groups_get_group( 'group_id=' .$group_id );230 $group = groups_get_group( $group_id ); 231 231 232 232 // If the group doesn't exist, just redirect back to the index. … … 567 567 568 568 // Get the group from the database. 569 $group = groups_get_group( 'group_id=' .(int) $_GET['gid'] );569 $group = groups_get_group( (int) $_GET['gid'] ); 570 570 571 571 $group_name = isset( $group->name ) ? bp_get_group_name( $group ) : '';
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)