From: Zach Copley Date: Sat, 11 Jul 2009 03:13:12 +0000 (-0700) Subject: Fix link for atom feed in showgroup action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7621e0e38467349a89f71e814941932fbacecfa1;p=quix0rs-gnu-social.git Fix link for atom feed in showgroup action --- diff --git a/actions/showgroup.php b/actions/showgroup.php index 5d9ee26a28..32ec674a9b 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -331,8 +331,8 @@ class ShowgroupAction extends GroupDesignAction $this->group->nickname)), new Feed(Feed::ATOM, common_local_url('api', - array('apiaction' => 'statuses', - 'method' => 'group_timeline', + array('apiaction' => 'groups', + 'method' => 'timeline', 'argument' => $this->group->nickname.'.atom')), sprintf(_('Notice feed for %s group (Atom)'), $this->group->nickname)));