revert fix for #385

This commit is contained in:
Mario Vavti 2016-05-21 15:14:33 +02:00
parent b66bacff9f
commit 4979a45120

View File

@ -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();
}