better fix for dav headers already sent issue

This commit is contained in:
zotlabs
2017-06-26 01:36:33 -07:00
parent 7f982a0778
commit 5dc638c5b3
2 changed files with 4 additions and 2 deletions

View File

@@ -91,7 +91,8 @@ class Cloud extends \Zotlabs\Web\Controller {
$server->exec();
// ob_end_flush();
if($browser->build_page)
construct_page();
killme();
}