]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update showgroup action RSS 2.0 feed link
authorZach Copley <zach@controlyourself.ca>
Sat, 11 Jul 2009 01:11:54 +0000 (18:11 -0700)
committerZach Copley <zach@controlyourself.ca>
Sat, 11 Jul 2009 01:11:54 +0000 (18:11 -0700)
actions/showgroup.php

index f803840ff61a423b83fe1e9f9a7df362fac496c2..5d9ee26a286bd0df617e91bfe0ab981a96e63c4a 100644 (file)
@@ -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)),