summaryrefslogtreecommitdiff
path: root/actions/apigroupshow.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-11-30 14:55:02 -0800
committerZach Copley <zach@status.net>2009-12-01 12:42:27 -0800
commitbb5ef9a5dbad2009ea7c5024cd10140dbf9db1d5 (patch)
tree3c821c8c062b59f2826110ce7eed73e73dac4243 /actions/apigroupshow.php
parent9b1d62a9ecbec98d5606feef32f0dc0ab5e3cb09 (diff)
Fix bad function call
Diffstat (limited to 'actions/apigroupshow.php')
-rw-r--r--actions/apigroupshow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apigroupshow.php b/actions/apigroupshow.php
index f9b960747..aae4d249c 100644
--- a/actions/apigroupshow.php
+++ b/actions/apigroupshow.php
@@ -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);