Fix bad function call

This commit is contained in:
Zach Copley 2009-11-30 14:55:02 -08:00
parent 790fa5975c
commit a36612866e
1 changed files with 1 additions and 1 deletions

View File

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