diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2010-01-16 11:56:07 -0500 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-04 14:00:46 -0800 |
commit | 2eadeca74515802dccc63d7ec84af1bc7d1338d9 (patch) | |
tree | 768e17fa11fac477ad23a16ef824653d75fde8a8 /actions/apigroupjoin.php | |
parent | ed8553eea8b308ae0e686fdf96d3e209e83be28c (diff) |
Missed change when refactoring groups. Thanks macno
Diffstat (limited to 'actions/apigroupjoin.php')
-rw-r--r-- | actions/apigroupjoin.php | 2 |
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); |