Changeset 1538 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 06/10/2009 08:49:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r1518 r1538 798 798 } 799 799 800 if ( !$max )800 if ( !$max || $max >= (int)$this->members['total'] ) 801 801 $this->total_member_count = (int)$this->members['total']; 802 802 else
Note: See TracChangeset
for help on using the changeset viewer.