From: Zach Copley Date: Mon, 6 Jul 2009 22:56:10 +0000 (-0700) Subject: fix bad function call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=195ec6820bf0c7fa60bca0f112a2ff8f98345a3c;p=quix0rs-gnu-social.git fix bad function call Conflicts: actions/twitapiusers.php --- diff --git a/actions/twitapiusers.php b/actions/twitapiusers.php index ee01c2a433..e9fcccbde1 100644 --- a/actions/twitapiusers.php +++ b/actions/twitapiusers.php @@ -47,7 +47,7 @@ class TwitapiusersAction extends TwitterapiAction } if (empty($user)) { - $this->client_error(_('Not found.'), 404, $apidata['content-type']); + $this->clientError(_('Not found.'), 404, $apidata['content-type']); return; }