projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a06c6d8
)
buffer this output to avoid warnings from creating new session after headers are...
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 15 Oct 2010 18:05:50 +0000
(14:05 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 15 Oct 2010 18:05:50 +0000
(14:05 -0400)
horde/test.php
patch
|
blob
|
history
diff --git
a/horde/test.php
b/horde/test.php
index
64170ef
..
c9f0e5c
100644
(file)
--- 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();