summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-15 16:11:44 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-15 16:11:44 -0700
commit2114f7dd6e30a650aab38c9b1a2860f3e73e65c2 (patch)
tree866524c18919e6a40754183b2002234b949756d6
parentfd290fc3f9a40a0d3be4e4ffc7d11846bf5295b8 (diff)
parent1a5125137521a3c7f70c7e8a5000a1b81305cdfc (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
-rw-r--r--actions/twitapiusers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twitapiusers.php b/actions/twitapiusers.php
index 13a8746cd..21a56a9a5 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');