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