Actions
Bug #96766
closedMisleading copy'n'paste error in a comment in AbstractViewHelper
Start date:
2022-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
@
/**
* Returns whether the escaping interceptors should be disabled or enabled for the render-result of this ViewHelper
*
* Note: This method is no public API, use $this->escapeChildren instead!
*
* @return boolean
*/
public function isOutputEscapingEnabled()
{
return $this->escapeOutput !== false;
}
@
The comments needs to refer to escapeOutput instead. This starts at least in V8 and goes up to the latest main.
Updated by Oliver Klee almost 3 years ago
Oh, this is in the TYPO3Fluid package, not in the core. We should close this, please (I can't).
This is the PR for the Fluid package: https://github.com/TYPO3/Fluid/pull/585
Actions