Project

General

Profile

Bug #39960 ยป RootlineUtility.php.patch

Witali Rott, 2013-06-05 09:22

View differences:

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