]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
CamelCase all function names in the API code
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index 262fe671844453b66056a7ffb97bc42487eb0287..8969ae194b83df1ebc660cb63365d13cc8da8d53 100644 (file)
@@ -93,7 +93,7 @@ class ApiGroupShowAction extends ApiAction
             $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(_('API method not found!'), 404, $this->format);