forked from GNUsocial/gnu-social
Fix bad function call
This commit is contained in:
parent
790fa5975c
commit
a36612866e
@ -96,7 +96,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
|
||||
|
||||
switch($this->format) {
|
||||
case 'xml':
|
||||
$this->show_single_xml_group($this->group);
|
||||
$this->showSingleXmlGroup($this->group);
|
||||
break;
|
||||
case 'json':
|
||||
$this->showSingleJsonGroup($this->group);
|
||||
|
Loading…
Reference in New Issue
Block a user