]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Missing call to getProfile() caused verify_credentials to fail.
authorZach Copley <zach@controlyourself.ca>
Mon, 15 Jun 2009 22:50:14 +0000 (22:50 +0000)
committerZach Copley <zach@controlyourself.ca>
Mon, 15 Jun 2009 22:50:14 +0000 (22:50 +0000)
actions/twitapiusers.php

index 13a8746cd0301112915b8ec398edceafc825c287..21a56a9a58953170c5b7d6d2d93c89a1cbb83b8b 100644 (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');