From: Zach Copley Date: Sat, 11 Jul 2009 01:11:54 +0000 (-0700) Subject: Update showgroup action RSS 2.0 feed link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7308203065e595dee947702682620f64b6d8ea1f;p=quix0rs-gnu-social.git Update showgroup action RSS 2.0 feed link --- diff --git a/actions/showgroup.php b/actions/showgroup.php index f803840ff6..5d9ee26a28 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)),