fix bad function call
Conflicts: actions/twitapiusers.php
This commit is contained in:
parent
a9c1e66570
commit
195ec6820b
@ -47,7 +47,7 @@ class TwitapiusersAction extends TwitterapiAction
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($user)) {
|
if (empty($user)) {
|
||||||
$this->client_error(_('Not found.'), 404, $apidata['content-type']);
|
$this->clientError(_('Not found.'), 404, $apidata['content-type']);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user