From: Zach Copley Date: Mon, 15 Jun 2009 22:50:14 +0000 (+0000) Subject: Missing call to getProfile() caused verify_credentials to fail. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=12cd87cd7b7c207b6f9c30996f0fabb019d6fd76;p=quix0rs-gnu-social.git Missing call to getProfile() caused verify_credentials to fail. --- diff --git a/actions/twitapiusers.php b/actions/twitapiusers.php index 13a8746cd0..21a56a9a58 100644 --- a/actions/twitapiusers.php +++ b/actions/twitapiusers.php @@ -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');