Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/24/2009 07:58:56 PM (15 years ago)
Author:
apeatling
Message:

Merging more fixes incorrectly performed on trunk back into 1.0 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bp-activity/bp-activity-templatetags.php

    r1563 r1582  
    3434            $this->activities = bp_activity_get_friends_activity( $user_id, $timeframe, $this->pag_num, $this->pag_page );
    3535       
    36         if ( !$max )
     36        if ( !$max || $max >= (int)$this->activities['total'] )
    3737            $this->total_activity_count = (int)$this->activities['total'];
    3838        else
Note: See TracChangeset for help on using the changeset viewer.