diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-07-10 18:11:54 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-07-10 18:11:54 -0700 |
commit | 7308203065e595dee947702682620f64b6d8ea1f (patch) | |
tree | a4442a119454b458fb5add1ea18d9ed47a9b6038 /actions | |
parent | c13dd856c8c11f13129a45e25356678f5ae76971 (diff) |
Update showgroup action RSS 2.0 feed link
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showgroup.php | 4 |
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)), |