forked from GNUsocial/gnu-social
correct link for apitimelinegroup
This commit is contained in:
parent
bba39c4aaf
commit
cf2457f03f
@ -106,10 +106,8 @@ class ApiTimelineGroupAction extends ApiPrivateAuthAction
|
|||||||
|
|
||||||
$self = $this->getSelfUri();
|
$self = $this->getSelfUri();
|
||||||
|
|
||||||
$link = common_local_url(
|
$link = common_local_url('showgroup',
|
||||||
'ApiTimelineGroup',
|
array('nickname' => $this->group->nickname));
|
||||||
array('nickname' => $this->group->nickname)
|
|
||||||
);
|
|
||||||
|
|
||||||
switch($this->format) {
|
switch($this->format) {
|
||||||
case 'xml':
|
case 'xml':
|
||||||
|
Loading…
Reference in New Issue
Block a user