From: Michael J. Rubinsky Date: Fri, 15 Oct 2010 18:05:50 +0000 (-0400) Subject: buffer this output to avoid warnings from creating new session after headers are... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=443388351bd51f5d55ff16b0def3cce150b0a065;p=horde.git buffer this output to avoid warnings from creating new session after headers are sent --- diff --git a/horde/test.php b/horde/test.php index 64170ef09..c9f0e5c1e 100644 --- a/horde/test.php +++ b/horde/test.php @@ -123,7 +123,7 @@ case 'unregister': /* Get the status output now. */ $pear_output = $test_ob->pearModuleCheck(); - +Horde::startBuffer(); require $test_templates . '/header.inc'; require $test_templates . '/version.inc'; @@ -216,3 +216,4 @@ if ($config_output = $test_ob->requiredFileCheck()) { echo $test_ob->appTests(); require $test_templates . '/footer.inc'; +echo Horde::endBuffer();