Project

General

Profile

Bug #34566 ยป issue34566.diff

Francois Suter, 2012-03-06 14:56

View differences:

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