Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/15/2011 06:51:52 PM (15 years ago)
Author:
boonebgorges
Message:

Cast group_ids variable in BP_XProfile_Group::get()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r4961 r4984  
    140140
    141141                // Get the group ids
     142                $group_ids = array();
    142143                foreach( (array)$groups as $group ) {
    143144                        $group_ids[] = $group->id;
Note: See TracChangeset for help on using the changeset viewer.