Bug #79296 ยป patch_79296.diff
typo3/sysext/core/Classes/Utility/RootlineUtility.php 2017-01-12 13:54:14.774846491 +0100 | ||
---|---|---|
}
|
||
$whereClause = implode(' AND ', $whereClauseParts);
|
||
$whereClause .= $this->pageContext->deleteClause($table);
|
||
$whereClause .= $this->pageContext->enableFields($table);
|
||
$orderBy = isset($configuration['foreign_sortby']) ? $configuration['foreign_sortby'] : '';
|
||
$rows = $this->databaseConnection->exec_SELECTgetRows('uid', $table, $whereClause, '', $orderBy);
|
||
if (!is_array($rows)) {
|