Fix output handling in RenderProcessor (#1483)

Ensure that output modifications by subscribers to onOutputGenerated are picked up.
This commit is contained in:
OliverO2
2017-05-18 16:45:08 +02:00
committed by Matias Griese
parent 5a93fcf952
commit 890b0280b3

View File

@@ -28,7 +28,7 @@ class RenderProcessor extends ProcessorBase implements ProcessorInterface
// Set the header type
$container->header();
echo $output;
echo $container->output;
// remove any output
$container->output = '';