trac626 Bugfix: Atom URL missing a dot
darcs-hash:20081114214315-eefa4-f21edae797a7c9c685dd00c858731b173337bf85.gz
This commit is contained in:
parent
67f3c1a8d4
commit
2dd4857dac
@ -1031,7 +1031,7 @@ function common_fancy_url($action, $args=NULL) {
|
||||
}
|
||||
|
||||
case 'usertimeline':
|
||||
return common_path("api/statuses/user_timeline/".$args['nickname']."atom");
|
||||
return common_path("api/statuses/user_timeline/".$args['nickname'].".atom");
|
||||
case 'confirmaddress':
|
||||
return common_path('main/confirmaddress/'.$args['code']);
|
||||
case 'userbyid':
|
||||
|
Loading…
Reference in New Issue
Block a user