Fix link for atom feed in showgroup action

This commit is contained in:
Zach Copley 2009-07-10 20:13:12 -07:00
parent 0ac08c1fb3
commit 7621e0e384
1 changed files with 2 additions and 2 deletions

View File

@ -331,8 +331,8 @@ class ShowgroupAction extends GroupDesignAction
$this->group->nickname)),
new Feed(Feed::ATOM,
common_local_url('api',
array('apiaction' => 'statuses',
'method' => 'group_timeline',
array('apiaction' => 'groups',
'method' => 'timeline',
'argument' => $this->group->nickname.'.atom')),
sprintf(_('Notice feed for %s group (Atom)'),
$this->group->nickname)));