[TYPO3-core] RFC Feature #16385: Optimize stdWrap usage for TypoScript content element PHP_SCRIPT

Johannes Feustel j at feustel.eu
Sun Nov 14 18:24:24 CET 2010


Am 14.11.10 18:05, schrieb JoH asenau:
> This is an SVN patch request.
>
> Type: Feature
>
> Bugtracker references: http://bugs.typo3.org/view.php?id=16385
> Branches: trunk
>
> Problem:
> One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements and optimize the current usage of stdWrap functions.
>
> Solution:
> The attached patch will improve the element PHP_SCRIPT by
>
> adding stdWrap to the parameter
>
> file
>
> that has been missing stdWrap properties.
>
> Cheers
>
> Joey
>
dont you mean
+		$file = isset($conf['file.'])
here instead of
+		$file = isset($conf['file'])
?

Cheers,
Johannes


More information about the TYPO3-team-core mailing list