diff options
author | Zach Copley <zach@status.net> | 2010-02-10 18:55:14 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-11 13:56:05 -0800 |
commit | e2c0f59414dd7e9a33ffbae7307b81a85c2c168b (patch) | |
tree | d10b1f7f4b3220124a03f7f7d019632eb1e7c469 /actions | |
parent | ce3c3be1bf971329f82bedbf3aae636e3c8ecbf9 (diff) |
Some upgrades to Atom output for OStatus
Diffstat (limited to 'actions')
-rw-r--r-- | actions/apitimelineuser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelineuser.php b/actions/apitimelineuser.php index bcc48f59c..cb8213619 100644 --- a/actions/apitimelineuser.php +++ b/actions/apitimelineuser.php @@ -189,7 +189,7 @@ class ApiTimelineUserAction extends ApiBareAuthAction $atom->addEntryFromNotices($this->notices); - print $atom->getString(); + $this->raw($atom->getString()); break; case 'json': |