forked from GNUsocial/gnu-social
some flushing in the UI
This commit is contained in:
@@ -242,4 +242,15 @@ class XMLOutputter
|
||||
{
|
||||
$this->xw->writeComment($txt);
|
||||
}
|
||||
|
||||
/**
|
||||
* Flush output buffers
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
function flush()
|
||||
{
|
||||
$this->xw->flush();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user