Changeset 1538 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 06/10/2009 08:49:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r1532 r1538 34 34 $this->activities = bp_activity_get_friends_activity( $user_id, $max, $timeframe, false, $this->pag_num, $this->pag_page ); 35 35 36 if ( !$max )36 if ( !$max || $max >= (int)$this->activities['total'] ) 37 37 $this->total_activity_count = (int)$this->activities['total']; 38 38 else
Note: See TracChangeset
for help on using the changeset viewer.