diff options
author | Brion Vibber <brion@pobox.com> | 2010-05-27 14:22:24 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-05-27 14:22:24 -0700 |
commit | 2b318a3420fe3e979defc7eacfb1eb2d9321d807 (patch) | |
tree | 1db2f9fdffd3bba88219e6822ec848790e08e9cd /actions/apitimelinehome.php | |
parent | 697a9948df3c9d4275b3525227007bfd5a1c5709 (diff) | |
parent | c5b61078e1548fba2820620e2e8f5fcbbda611a8 (diff) |
Merge branch 'master' of gitorious.org:statusnet/mainline
Diffstat (limited to 'actions/apitimelinehome.php')
-rw-r--r-- | actions/apitimelinehome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelinehome.php b/actions/apitimelinehome.php index 1618c9923..2a6b7bf5c 100644 --- a/actions/apitimelinehome.php +++ b/actions/apitimelinehome.php @@ -151,7 +151,7 @@ class ApiTimelineHomeAction extends ApiBareAuthAction header('Content-Type: application/atom+xml; charset=utf-8'); - $atom = new AtomNoticeFeed(); + $atom = new AtomNoticeFeed($this->auth_user); $atom->setId($id); $atom->setTitle($title); |