From b66bacff9f7ea61004ab07f9d3a5c1a216de196d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 21 May 2016 14:52:07 +0200 Subject: possible better fix for #385 --- Zotlabs/Module/Cloud.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Zotlabs/Module') diff --git a/Zotlabs/Module/Cloud.php b/Zotlabs/Module/Cloud.php index f3767e3f0..2784d2703 100644 --- a/Zotlabs/Module/Cloud.php +++ b/Zotlabs/Module/Cloud.php @@ -100,9 +100,13 @@ class Cloud extends \Zotlabs\Web\Controller { // require_once('\Zotlabs\Storage/QuotaPlugin.php'); // $server->addPlugin(new \Zotlabs\Storage\\QuotaPlugin($auth)); + ob_start(); + // All we need to do now, is to fire up the server $server->exec(); - + + ob_end_flush(); + killme(); } -- cgit v1.2.3