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

View File

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