X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapigroupleave.php;h=9848ece0530cb133937e993e49f98e6eccc20e9d;hb=2eadeca74515802dccc63d7ec84af1bc7d1338d9;hp=6f8d40527b7ecdae845c504f3fddf6871f5f1c68;hpb=ed8553eea8b308ae0e686fdf96d3e209e83be28c;p=quix0rs-gnu-social.git diff --git a/actions/apigroupleave.php b/actions/apigroupleave.php index 6f8d40527b..9848ece053 100644 --- a/actions/apigroupleave.php +++ b/actions/apigroupleave.php @@ -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);