fix bad function call

This commit is contained in:
Zach Copley 2009-07-06 15:49:26 -07:00
parent 701a237e8c
commit 91684830e5

View File

@ -45,7 +45,7 @@ class TwitapiusersAction extends TwitterapiAction
} }
if (!$user) { if (!$user) {
$this->client_error(_('Not found.'), 404, $apidata['content-type']); $this->clientError(_('Not found.'), 404, $apidata['content-type']);
return; return;
} }