summaryrefslogtreecommitdiff
path: root/actions/apiaccountupdateprofileimage.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-11 00:22:29 -0500
committerEvan Prodromou <evan@status.net>2009-11-11 00:22:29 -0500
commit093857c582a68b39e0d65523d27f25ede7b7fed6 (patch)
treef72edea0266ca3c74374a2fb82bfe74220de377f /actions/apiaccountupdateprofileimage.php
parent1455d60b06df11f7b765040a4195ded288711ae0 (diff)
parentdb64b612961c37477d0729e9ff4f882fb5df7b8d (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/apiaccountupdateprofileimage.php')
-rw-r--r--actions/apiaccountupdateprofileimage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apiaccountupdateprofileimage.php b/actions/apiaccountupdateprofileimage.php
index 2f8e9628c..153ef7818 100644
--- a/actions/apiaccountupdateprofileimage.php
+++ b/actions/apiaccountupdateprofileimage.php
@@ -135,7 +135,7 @@ class ApiAccountUpdateProfileImageAction extends ApiAuthAction
common_broadcast_profile($profile);
- $twitter_user = $this->twitterUserArray($this->user->getProfile(), true);
+ $twitter_user = $this->twitterUserArray($profile, true);
if ($this->format == 'xml') {
$this->initDocument('xml');