Project

General

Profile

Actions

Bug #96766

closed

Misleading copy'n'paste error in a comment in AbstractViewHelper

Added by Oliver Klee about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
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.

Actions #1

Updated by Oliver Klee about 2 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 #2

Updated by Georg Ringer about 2 years ago

  • Status changed from New to Closed

closed as requested

Actions

Also available in: Atom PDF