OStatus: temporary output mode hack for apitimelineuser until PuSH feed generation is updated to use the shared code instead of output buffering

This commit is contained in:
Brion Vibber 2010-02-16 22:04:57 +00:00
parent 440ab90391
commit 880acb05b0
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ class ApiTimelineUserAction extends ApiBareAuthAction
$atom->addEntryFromNotices($this->notices);
$this->raw($atom->getString());
#$this->raw($atom->getString());
print $atom->getString(); // temporary for output buffering
break;
case 'json':