Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2010 01:43:04 PM (16 years ago)
Author:
apeatling
Message:

Fixing missing populate_extras param on group functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r2695 r2700  
    224224    extract( $r );
    225225
    226     $groups_template = new BP_Groups_Template( (int)$user_id, $type, (int)$page, (int)$per_page, (int)$max, $slug, $search_terms, (int)$populate_extras );
     226    $groups_template = new BP_Groups_Template( (int)$user_id, $type, (int)$page, (int)$per_page, (int)$max, $slug, $search_terms, (bool)$populate_extras );
    227227    return apply_filters( 'bp_has_groups', $groups_template->has_groups(), &$groups_template );
    228228}
Note: See TracChangeset for help on using the changeset viewer.