]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix bad function call
authorZach Copley <zach@status.net>
Mon, 30 Nov 2009 22:55:02 +0000 (14:55 -0800)
committerZach Copley <zach@status.net>
Tue, 1 Dec 2009 20:42:27 +0000 (12:42 -0800)
actions/apigroupshow.php

index f9b960747b2336baaeb8bb06c778d03b386eeeb2..aae4d249c3e8ecb9cd80ee416b55288091425afb 100644 (file)
@@ -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);