summaryrefslogtreecommitdiff
path: root/actions/apitimelineuser.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-05-27 14:22:24 -0700
committerBrion Vibber <brion@pobox.com>2010-05-27 14:22:24 -0700
commit2b318a3420fe3e979defc7eacfb1eb2d9321d807 (patch)
tree1db2f9fdffd3bba88219e6822ec848790e08e9cd /actions/apitimelineuser.php
parent697a9948df3c9d4275b3525227007bfd5a1c5709 (diff)
parentc5b61078e1548fba2820620e2e8f5fcbbda611a8 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline
Diffstat (limited to 'actions/apitimelineuser.php')
-rw-r--r--actions/apitimelineuser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelineuser.php b/actions/apitimelineuser.php
index 11431a82c..9ee6abaf5 100644
--- a/actions/apitimelineuser.php
+++ b/actions/apitimelineuser.php
@@ -115,7 +115,7 @@ class ApiTimelineUserAction extends ApiBareAuthAction
// We'll use the shared params from the Atom stub
// for other feed types.
- $atom = new AtomUserNoticeFeed($this->user);
+ $atom = new AtomUserNoticeFeed($this->user, $this->auth_user);
$link = common_local_url(
'showstream',