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