summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r--actions/showgroup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index f803840ff..5d9ee26a2 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -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)),