summaryrefslogtreecommitdiff
path: root/actions/apitimelinetag.php
diff options
context:
space:
mode:
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);