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())
Actions