Skip to:
Content

BuddyPress.org

Changeset 691


Ignore:
Timestamp:
12/15/2008 01:10:11 AM (18 years ago)
Author:
apeatling
Message:

Fixing incorrect call to bp_forums_get_topics() thanks to jeffry for spotting.

File:
1 edited

Legend:

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

    r654 r691  
    304304                } else {
    305305                        $this->post_count = count( $this->posts );
    306                         $this->total_post_count = count( bp_forums_get_topics( $topic_id ) );                   
     306                        $this->total_post_count = count( bp_forums_get_posts( $topic_id ) );                   
    307307                }
    308308               
Note: See TracChangeset for help on using the changeset viewer.