diff options
author | Zach Copley <zach@status.net> | 2009-10-09 17:53:35 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-09 17:53:35 -0700 |
commit | 061af8fa06ccb98f667d1ee670da2dbb179d8b0e (patch) | |
tree | 2a7ac2a05af3782d012d6e4b4fe8905a250de993 /actions/apigroupshow.php | |
parent | b08d16ef2bf5995ca2feee2d2688e0080eaf5124 (diff) |
CamelCase all function names in the API code
Diffstat (limited to 'actions/apigroupshow.php')
-rw-r--r-- | actions/apigroupshow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apigroupshow.php b/actions/apigroupshow.php index 262fe6718..8969ae194 100644 --- a/actions/apigroupshow.php +++ b/actions/apigroupshow.php @@ -93,7 +93,7 @@ class ApiGroupShowAction extends ApiAction $this->show_single_xml_group($this->group); break; case 'json': - $this->show_single_json_group($this->group); + $this->showSingleJsonGroup($this->group); break; default: $this->clientError(_('API method not found!'), 404, $this->format); |