Project

General

Profile

Actions

Bug #57672

closed

Persistence accesses array $statementParts['where'] as string

Added by Markus Klein over 10 years ago. Updated over 10 years ago.

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']);
Actions #1

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
Actions #2

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

Also available in: Atom PDF