Skip to:
Content

BuddyPress.org

Ticket #5271: 5271.diff

File 5271.diff, 435 bytes (added by imath, 11 years ago)
  • bp-core/bp-core-classes.php

     
    460460
    461461                ), $this ) );
    462462
     463                if( empty( $this->total_users ) )
     464                        $this->total_users = count( $wp_user_query->results );
     465
    463466                // Reindex for easier matching
    464467                $r = array();
    465468                foreach ( $wp_user_query->results as $u ) {