summaryrefslogtreecommitdiff
path: root/actions/apitimelinetag.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/apitimelinetag.php
parent697a9948df3c9d4275b3525227007bfd5a1c5709 (diff)
parentc5b61078e1548fba2820620e2e8f5fcbbda611a8 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline
Diffstat (limited to 'actions/apitimelinetag.php')
-rw-r--r--actions/apitimelinetag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelinetag.php b/actions/apitimelinetag.php
index fed1437ea..c21b22702 100644
--- a/actions/apitimelinetag.php
+++ b/actions/apitimelinetag.php
@@ -138,7 +138,7 @@ class ApiTimelineTagAction extends ApiPrivateAuthAction
header('Content-Type: application/atom+xml; charset=utf-8');
- $atom = new AtomNoticeFeed();
+ $atom = new AtomNoticeFeed($this->auth_user);
$atom->setId($id);
$atom->setTitle($title);