]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupjoin.php
Missed change when refactoring groups. Thanks macno
[quix0rs-gnu-social.git] / actions / apigroupjoin.php
index 3309d63e7b8b921bdd91cdb2d952917e8b291b88..374cf83df068c77506d025d7c66e3506fff69cf3 100644 (file)
@@ -145,7 +145,7 @@ class ApiGroupJoinAction 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);