summaryrefslogtreecommitdiff
path: root/actions/twitapiusers.php
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-06-24 01:08:44 +0800
committerJeffery To <jeffery.to@gmail.com>2009-06-24 01:08:44 +0800
commit3e60160f07f32d109b545db6b73be344b9180de8 (patch)
tree978f66cfb5f25eda6a01e8d3beaf9921d20e28e1 /actions/twitapiusers.php
parent43680ed0c2cf83448d755fa1edff42711d06a82c (diff)
parenteb40fbc17ad1efb0a4c51ee00b1e9408d2af382f (diff)
Merge branch '0.8.x' into group-rss-empty
Diffstat (limited to 'actions/twitapiusers.php')
-rw-r--r--actions/twitapiusers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/twitapiusers.php b/actions/twitapiusers.php
index 13a8746cd..4057b63e7 100644
--- a/actions/twitapiusers.php
+++ b/actions/twitapiusers.php
@@ -1,7 +1,7 @@
<?php
/*
* Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, Controlez-Vous, Inc.
+ * Copyright (C) 2008, 2009, Control Yourself, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -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');