Missing call to getProfile() caused verify_credentials to fail.
This commit is contained in:
parent
c077ad0775
commit
12cd87cd7b
@ -58,7 +58,7 @@ class TwitapiusersAction extends TwitterapiAction
|
||||
return;
|
||||
}
|
||||
|
||||
$twitter_user = $this->twitter_user_array($profile, true);
|
||||
$twitter_user = $this->twitter_user_array($user->getProfile(), true);
|
||||
|
||||
if ($apidata['content-type'] == 'xml') {
|
||||
$this->init_document('xml');
|
||||
|
Loading…
Reference in New Issue
Block a user