Actions
Bug #50976
closedMixed up parameters in call to replaceMarkersInWhereClause
Start date:
2013-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The patch for #21892 breaks functionality due to a mixed up parameters list (see copied report):
this patch breaks the functionality of the complete BE.
I am not able to edit the page headers anymore.
The error: you give the wrong parameter order:
you call:
static::replaceMarkersInWhereClause($fTWHERE, $field, $TSconfig, $foreign_table)
function:
function replaceMarkersInWhereClause($whereClause, $table, $field = '', $tsConfig = array())
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23012
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23012
Updated by Anja Leichsenring over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d260109d1fe743db8c2967cd1d89a24a2285bd12.
Actions