Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/28/2009 09:40:48 PM (16 years ago)
Author:
apeatling
Message:

Fixes #896

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r1726 r1730  
    744744    global $groups_template, $bp;
    745745
    746     $action = $bp->loggedin_user->domain . $bp->groups->slug . '/my-groups/search/';
     746    $action = $bp->displayed_user->domain . $bp->groups->slug . '/my-groups/search/';
    747747    $label = __('Filter Groups', 'buddypress');
    748748    $name = 'group-filter-box';
Note: See TracChangeset for help on using the changeset viewer.