Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2015 09:37:30 PM (10 years ago)
Author:
r-a-y
Message:

Activity: In the 'just-me' scope, use the correct user ID variable.

Boo Ray for not catching this for v2.2.0.

See #6215 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-filters.php

    r9406 r9475  
    675675        array(
    676676            'column' => 'user_id',
    677             'value'  => $filter['user_id']
     677            'value'  => $user_id
    678678        ),
    679679        $show_hidden,
Note: See TracChangeset for help on using the changeset viewer.