diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2010-01-16 11:56:07 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2010-01-16 11:56:07 -0500 |
commit | 5fd8e331f3db997df202b031d46539b748861db5 (patch) | |
tree | 9bc0e130b813e6b2b536d61cdcc802dfc2a5ac01 /actions/apigroupleave.php | |
parent | 1f6bbc189012cb3a1d61be92bbc1d4ec6156afac (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); |