]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix link for atom feed in showgroup action
authorZach Copley <zach@controlyourself.ca>
Sat, 11 Jul 2009 03:13:12 +0000 (20:13 -0700)
committerZach Copley <zach@controlyourself.ca>
Sat, 11 Jul 2009 03:13:12 +0000 (20:13 -0700)
actions/showgroup.php

index 5d9ee26a286bd0df617e91bfe0ab981a96e63c4a..32ec674a9b7f258614896da713dfc2af6f662e24 100644 (file)
@@ -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)));