Missing call to getProfile() caused verify_credentials to fail.

This commit is contained in:
Zach Copley 2009-06-15 22:50:14 +00:00
parent c077ad0775
commit 12cd87cd7b
1 changed files with 1 additions and 1 deletions

View File

@ -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');