summaryrefslogtreecommitdiff
path: root/actions/apigroupjoin.php
diff options
context:
space:
mode:
authorEric Helgeson <erichelgeson@gmail.com>2010-01-16 11:56:07 -0500
committerZach Copley <zach@status.net>2010-02-04 14:00:46 -0800
commit2eadeca74515802dccc63d7ec84af1bc7d1338d9 (patch)
tree768e17fa11fac477ad23a16ef824653d75fde8a8 /actions/apigroupjoin.php
parented8553eea8b308ae0e686fdf96d3e209e83be28c (diff)
Missed change when refactoring groups. Thanks macno
Diffstat (limited to 'actions/apigroupjoin.php')
-rw-r--r--actions/apigroupjoin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apigroupjoin.php b/actions/apigroupjoin.php
index 3309d63e7..374cf83df 100644
--- a/actions/apigroupjoin.php
+++ b/actions/apigroupjoin.php
@@ -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);