Skip to:
Content

BuddyPress.org

Changeset 1775


Ignore:
Timestamp:
09/03/2009 05:51:06 PM (16 years ago)
Author:
apeatling
Message:

Fixes #864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r1750 r1775  
    402402    $fship_ids = friends_get_friendship_ids( $user_id, true );
    403403   
    404     return array( 'requests' => $fship_ids, 'total' => count($requests) );
     404    return array( 'requests' => $fship_ids, 'total' => count($fship_ids) );
    405405}
    406406
Note: See TracChangeset for help on using the changeset viewer.