Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/27/2008 12:53:49 AM (17 years ago)
Author:
apeatling
Message:

Updating Site Admin > Groups to handle group template class changes.

File:
1 edited

Legend:

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

    r580 r585  
    6666                $this->group_count = count($this->groups);
    6767            } else {
    68                 $this->groups = BP_Groups_Group::get_all( $this->pag_num, $this->pag_page, false, $this->sort_by, $this->order, true );
     68                $this->groups = BP_Groups_Group::get_all( $this->pag_num, $this->pag_page, false, $this->sort_by, $this->order );
    6969                $this->total_group_count = count(BP_Groups_Group::get_all( false )); // TODO: not ideal
    7070                $this->group_count = count($this->groups);
Note: See TracChangeset for help on using the changeset viewer.