Update showgroup action RSS 2.0 feed link
This commit is contained in:
parent
c13dd856c8
commit
7308203065
@ -324,8 +324,8 @@ class ShowgroupAction extends GroupDesignAction
|
|||||||
$this->group->nickname)),
|
$this->group->nickname)),
|
||||||
new Feed(Feed::RSS2,
|
new Feed(Feed::RSS2,
|
||||||
common_local_url('api',
|
common_local_url('api',
|
||||||
array('apiaction' => 'statuses',
|
array('apiaction' => 'groups',
|
||||||
'method' => 'group_timeline',
|
'method' => 'timeline',
|
||||||
'argument' => $this->group->nickname.'.rss')),
|
'argument' => $this->group->nickname.'.rss')),
|
||||||
sprintf(_('Notice feed for %s group (RSS 2.0)'),
|
sprintf(_('Notice feed for %s group (RSS 2.0)'),
|
||||||
$this->group->nickname)),
|
$this->group->nickname)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user