]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupleave.php
CamelCase all function names in the API code
[quix0rs-gnu-social.git] / actions / apigroupleave.php
index 332bd7b7b2ef981100b6e41fa4828bdedd155498..4e3192ac0849b5297547ebdcd13bdf8922bf663a 100644 (file)
@@ -129,7 +129,7 @@ class ApiGroupLeaveAction extends ApiAuthAction
             $this->show_single_xml_group($this->group);
             break;
         case 'json':
-            $this->show_single_json_group($this->group);
+            $this->showSingleJsonGroup($this->group);
             break;
         default:
             $this->clientError(