We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24e770 commit bbc97d7Copy full SHA for bbc97d7
core/src/Core.php
@@ -840,11 +840,8 @@ public function outputContent($noEvent = false)
840
if (!$noEvent) {
841
$evtOut = $this->invokeEvent(
842
'OnWebPagePrerender'
843
- , array('documentOutput' => $this->documentOutput)
+ , array('documentOutput' => &$this->documentOutput)
844
);
845
- if (is_array($evtOut) && count($evtOut) > 0 && !empty($evtOut['0'])) {
846
- $this->documentOutput = $evtOut['0'];
847
- }
848
}
849
850
$this->documentOutput = removeSanitizeSeed($this->documentOutput);
0 commit comments