Bug #39960 ยป RootlineUtility.php.patch
RootlineUtility.php (Arbeitskopie) | ||
---|---|---|
}
|
||
}
|
||
$whereClause = implode(' AND ', $whereClauseParts);
|
||
$whereClause .= $this->pageContext->deleteClause($table);
|
||
$whereClause .= $this->pageContext->enableFields($table);
|
||
$rows = $this->databaseConnection->exec_SELECTgetRows('uid', $table, $whereClause);
|
||
if (!is_array($rows)) {
|
||
throw new \RuntimeException('Could to resolve related records for page ' . $uid . ' and foreign_table ' . htmlspecialchars($configuration['foreign_table']), 1343589452);
|