]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinegroup.php
correct link for apitimelinegroup
[quix0rs-gnu-social.git] / actions / apitimelinegroup.php
index 136d41bb99186c417a6fccfc4a36f5f37adbd238..5a0ea60c7eb9cb6d8ee8bcde13c53222eb3c18e3 100644 (file)
@@ -106,10 +106,8 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction
 
         $self = $this->getSelfUri();
 
-        $link = common_local_url(
-            'ApiTimelineGroup',
-            array('nickname' => $this->group->nickname)
-        );
+        $link = common_local_url('showgroup',
+                                 array('nickname' => $this->group->nickname));
 
         switch($this->format) {
         case 'xml':