summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-07-10 20:13:12 -0700
committerZach Copley <zach@controlyourself.ca>2009-07-10 20:13:12 -0700
commit7621e0e38467349a89f71e814941932fbacecfa1 (patch)
tree449ee7e9aebe184583f099e49a7194eb5bbf8543
parent0ac08c1fb3a930af420cb9c4252bc6f499ba1141 (diff)
Fix link for atom feed in showgroup action
-rw-r--r--actions/showgroup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index 5d9ee26a2..32ec674a9 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)));