Actions
Bug #38977
closedFAL AdapterService fails with Fluid
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2012-07-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
FAL introduced an adapterservice to migreate certain fields to FAL style. The adapterservice uses type hinting to suggest $row of tslib_content always to be an array. However, when e.g. calling tslib_content from an extension or Fluid, it is common to have $row as NULL or empty, so the additional check is removed.
Updated by Benni Mack over 12 years ago
- Subject changed from FAL AdapterService with Fluid to FAL AdapterService fails with Fluid
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12813
Updated by Benni Mack over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0cbce0c7864d2c648f50f0e97b93a0d9b7f68001.
Actions