aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cloud.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-21 14:52:07 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-21 14:52:07 +0200
commitb66bacff9f7ea61004ab07f9d3a5c1a216de196d (patch)
treec1ef6c023c55515f9320adcc60487d7ee217830e /Zotlabs/Module/Cloud.php
parent9480e9b68b820aef7cb052491c736a255110a43e (diff)
downloadvolse-hubzilla-b66bacff9f7ea61004ab07f9d3a5c1a216de196d.tar.gz
volse-hubzilla-b66bacff9f7ea61004ab07f9d3a5c1a216de196d.tar.bz2
volse-hubzilla-b66bacff9f7ea61004ab07f9d3a5c1a216de196d.zip
possible better fix for #385
Diffstat (limited to 'Zotlabs/Module/Cloud.php')
-rw-r--r--Zotlabs/Module/Cloud.php6
1 files changed, 5 insertions, 1 deletions
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();
}