Update showgroup action RSS 2.0 feed link

This commit is contained in:
Zach Copley 2009-07-10 18:11:54 -07:00
parent c13dd856c8
commit 7308203065
1 changed files with 2 additions and 2 deletions

View File

@ -324,8 +324,8 @@ class ShowgroupAction extends GroupDesignAction
$this->group->nickname)),
new Feed(Feed::RSS2,
common_local_url('api',
array('apiaction' => 'statuses',
'method' => 'group_timeline',
array('apiaction' => 'groups',
'method' => 'timeline',
'argument' => $this->group->nickname.'.rss')),
sprintf(_('Notice feed for %s group (RSS 2.0)'),
$this->group->nickname)),