forked from GNUsocial/gnu-social
		
	correct link for apitimelinegroup
This commit is contained in:
		| @@ -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': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user