From 443388351bd51f5d55ff16b0def3cce150b0a065 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 15 Oct 2010 14:05:50 -0400 Subject: [PATCH] buffer this output to avoid warnings from creating new session after headers are sent --- horde/test.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.11.0