Bug #34566 ยป issue34566.diff
classes/class.tx_linkvalidator_processor.php | ||
---|---|---|
foreach ($this->hookObjectsArr as $keyArr => $hookObj) {
|
||
$type = $hookObj->fetchType($r, $type, $keyArr);
|
||
// Store the type that was found
|
||
// This prevents abusive overriding by internal validator
|
||
if (!empty($type)) {
|
||
$r['type'] = $type;
|
||
}
|
||
}
|
||
$results[$type][$table . ':' . $field . ':' . $idRecord . ':' . $r["tokenID"]]["substr"] = $r;
|
||
$results[$type][$table . ':' . $field . ':' . $idRecord . ':' . $r["tokenID"]]["row"] = $record;
|