forked from GNUsocial/gnu-social
Fix link for atom feed in showgroup action
This commit is contained in:
parent
0ac08c1fb3
commit
7621e0e384
@ -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)));
|
||||||
|
Loading…
Reference in New Issue
Block a user