fix bad function call

Conflicts:

	actions/twitapiusers.php
This commit is contained in:
Zach Copley 2009-07-06 15:56:10 -07:00
parent a9c1e66570
commit 195ec6820b

View File

@ -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;
}