correct link for apitimelinegroup

This commit is contained in:
Evan Prodromou 2011-09-18 17:33:25 -04:00
parent bba39c4aaf
commit cf2457f03f
1 changed files with 2 additions and 4 deletions

View File

@ -106,10 +106,8 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction
$self = $this->getSelfUri();
$link = common_local_url(
'ApiTimelineGroup',
array('nickname' => $this->group->nickname)
);
$link = common_local_url('showgroup',
array('nickname' => $this->group->nickname));
switch($this->format) {
case 'xml':