aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cloud.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-21 15:14:33 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-21 15:14:33 +0200
commit4979a451207c7072785c114a09fdd394f2a97734 (patch)
tree77ed70141f6487d33348da60b0b773896a2611a8 /Zotlabs/Module/Cloud.php
parentb66bacff9f7ea61004ab07f9d3a5c1a216de196d (diff)
downloadvolse-hubzilla-4979a451207c7072785c114a09fdd394f2a97734.tar.gz
volse-hubzilla-4979a451207c7072785c114a09fdd394f2a97734.tar.bz2
volse-hubzilla-4979a451207c7072785c114a09fdd394f2a97734.zip
revert fix for #385
Diffstat (limited to 'Zotlabs/Module/Cloud.php')
-rw-r--r--Zotlabs/Module/Cloud.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Module/Cloud.php b/Zotlabs/Module/Cloud.php
index 2784d2703..d9b0c47d4 100644
--- a/Zotlabs/Module/Cloud.php
+++ b/Zotlabs/Module/Cloud.php
@@ -100,13 +100,9 @@ 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();
}