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:06 -0800 |
commit | 37f3a3d558ba55a085c9ee5427948b572c197bc3 (patch) | |
tree | b6389734bd07d78092c96c63ac4bb0d177674884 /actions/apigroupleave.php | |
parent | 239b88025ef1368bb871871ee903d6b078493f76 (diff) |
Missed change when refactoring groups. Thanks macno
Diffstat (limited to 'actions/apigroupleave.php')
-rw-r--r-- | actions/apigroupleave.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apigroupleave.php b/actions/apigroupleave.php index 6f8d40527..9848ece05 100644 --- a/actions/apigroupleave.php +++ b/actions/apigroupleave.php @@ -131,7 +131,7 @@ class ApiGroupLeaveAction 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); |