Skip to:
Content

BuddyPress.org

Changeset 3898


Ignore:
Timestamp:
01/24/2011 11:15:24 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect variable usage in BP_Forums_Template_Forum

File:
1 edited

Legend:

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

    r3891 r3898  
    128128                }
    129129
    130                 $this->topic_count       = apply_filters( 'bp_forums_template_topic_count',                                 $this->topic_count, $topics, $type, $forum_id, $per_page, $max, $no_stickies );
    131                 $this->total_topic_count = apply_filters( 'bp_forums_template_total_topic_count', $this->total_topic_count, $this->topic_count, $topics, $type, $forum_id, $per_page, $max, $no_stickies );
     130                $this->topic_count       = apply_filters( 'bp_forums_template_topic_count',                                 $this->topic_count, $this->topics, $type, $forum_id, $per_page, $max, $no_stickies );
     131                $this->total_topic_count = apply_filters( 'bp_forums_template_total_topic_count', $this->total_topic_count, $this->topic_count, $this->topics, $type, $forum_id, $per_page, $max, $no_stickies );
    132132
    133133                if ( !$no_stickies ) {
Note: See TracChangeset for help on using the changeset viewer.