Missed change when refactoring groups. Thanks macno
This commit is contained in:
parent
ed8553eea8
commit
2eadeca745
|
@ -145,7 +145,7 @@ class ApiGroupJoinAction extends ApiAuthAction
|
|||
|
||||
switch($this->format) {
|
||||
case 'xml':
|
||||
$this->show_single_xml_group($this->group);
|
||||
$this->showSingleXmlGroup($this->group);
|
||||
break;
|
||||
case 'json':
|
||||
$this->showSingleJsonGroup($this->group);
|
||||
|
|
|
@ -131,7 +131,7 @@ class ApiGroupLeaveAction extends ApiAuthAction
|
|||
|
||||
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