Missed change when refactoring groups. Thanks macno

This commit is contained in:
Eric Helgeson 2010-01-16 11:56:07 -05:00 committed by Zach Copley
parent ed8553eea8
commit 2eadeca745
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);