]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupshow.php
Updated markup for application details page. Similar to user/group
[quix0rs-gnu-social.git] / actions / apigroupshow.php
index f9b960747b2336baaeb8bb06c778d03b386eeeb2..7aa49b1bf37c71c77763ea781b199814eca6ed76 100644 (file)
@@ -96,13 +96,13 @@ 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);
             break;
         default:
-            $this->clientError(_('API method not found!'), 404, $this->format);
+            $this->clientError(_('API method not found.'), 404, $this->format);
             break;
         }