Actions
Bug #57672
closedPersistence accesses array $statementParts['where'] as string
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-04-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Typo3DbBackend accesses $statementParts['where'] in line 550 as string, but it is of type array.
$statementParts['where'] = str_replace($parameterPlaceholder, $parameter, $statementParts['where']);
Updated by Markus Klein over 10 years ago
- Subject changed from Persistence access array $statementParts['where'] as string to Persistence accesses array $statementParts['where'] as string
Updated by Markus Klein over 10 years ago
- Status changed from Accepted to Closed
- Assignee deleted (
Felix Oertel) - Target version deleted (
next-patchlevel) - Is Regression changed from Yes to No
Not a bug, sorry. str_replace also works on arrays.
Actions