Project

General

Profile

Bug #79296 ยป patch_79296.diff

Franz Holzinger, 2017-01-13 11:13

View differences:

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)) {
    (1-1/1)