From: Zach Copley Date: Mon, 30 Nov 2009 22:55:02 +0000 (-0800) Subject: Fix bad function call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb5ef9a5dbad2009ea7c5024cd10140dbf9db1d5;p=quix0rs-gnu-social.git Fix bad function call --- diff --git a/actions/apigroupshow.php b/actions/apigroupshow.php index f9b960747b..aae4d249c3 100644 --- a/actions/apigroupshow.php +++ b/actions/apigroupshow.php @@ -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);