Nickname parameter for action 'usergroups' is not removed with fancy urls

Nickname parameter for action 'usergroups' is not removed with fancy urls

Issue ID:987
Issue Category:bug
Component:ui
Priority:lowest
Status:fixed
Assigned:evan
Version:0.7
Milestone:0.8

When fancyurls are activated, the nickname parameter is moved to the front of the URL: „http://identi.ca/adrianlang/groups“. To date, common_fancy_url does not remove the nickname, so it looks like „http://identi.ca/adrianlang/groups?nickname=adrianlang“.

Proposed new version in lib/util.php:
{{{
case 'usergroups':
$nickname = $args['nickname'];
unset($args['nickname']);
return common_path($nickname.'/groups' . (($args) ? ('?' . http_build_query($args)) : ''));
}}}

Legacy Data

This issue was migrated from another tracking system. The legacy data at time of import is provided below as a reference.

Ticket ID: 
987
Reported by: 
Codeispoetry
Owner: 
evan
Status: 
closed
Resolution: 
closed
Type: 
bug
Component: 
ui
Priority: 
5
Version: 
0.7
Milestone: 
0.8

Updates

#1

Fixed in dev repository.

Login or Register to modify this issue, or to receive updates by email.

You can also subscribe to the RSS feed for updates to this issue.