Bug #6847

Straight value property injection fails with strings in static object container

Added by Karsten Dambekalns over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-03-15
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Object
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 8 Estimated time:1.00 hour
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

If strings are to be injected as straight values via property injection, the resulting code in the static object container leads to

Parse error: syntax error, unexpected ':' in /Users/karsten/Sites/typo3v5/Data/Temporary/f82c7e3cb126/StaticObjectContainer.php on line ...
or other similar errors.

This is because the generated code looks like (the string misses quotes):

$o->setLayoutRootPath(package://TYPO3/Private/TypoScript/Layouts/);

Associated revisions

Revision 522f6678
Added by Karsten Dambekalns over 5 years ago

[+BUGFIX] FLOW3 (Object): When building the static object container injected string values are quoted now, fixes #6847.

History

#1 Updated by Karsten Dambekalns over 5 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r3941.

Also available in: Atom PDF