Skip to:
Content

BuddyPress.org

Changeset 3246


Ignore:
Timestamp:
09/10/2010 09:37:41 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix wrong var from r3245

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-messages/bp-messages-templatetags.php

    r3245 r3246  
    6262        }
    6363
    64         if ( (int)$this->total_topic_count && (int)$this->pag_num ) {
     64        if ( (int)$this->total_thread_count && (int)$this->pag_num ) {
    6565            $this->pag_links = paginate_links( array(
    6666                'base'      => add_query_arg( 'mpage', '%#%' ),
Note: See TracChangeset for help on using the changeset viewer.