buffer this output to avoid warnings from creating new session after headers are...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 15 Oct 2010 18:05:50 +0000 (14:05 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 15 Oct 2010 18:05:50 +0000 (14:05 -0400)
horde/test.php

index 64170ef..c9f0e5c 100644 (file)
@@ -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();