summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-07-10 18:11:54 -0700
committerZach Copley <zach@controlyourself.ca>2009-07-10 18:11:54 -0700
commit7308203065e595dee947702682620f64b6d8ea1f (patch)
treea4442a119454b458fb5add1ea18d9ed47a9b6038 /actions/showgroup.php
parentc13dd856c8c11f13129a45e25356678f5ae76971 (diff)
Update showgroup action RSS 2.0 feed link
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)),