Project

General

Profile

Bug #38639 ยป linkvalidator_correct_linkhandler.patch

Pierre Boivin, 2013-10-10 22:08

View differences:

typo3/sysext/linkvalidator/classes/linktype/class.tx_linkvalidator_linktype_linkhandler.php 2013-10-10 16:04:36.768703968 -0400
* @return string fetched type
*/
public function fetchType($value, $type, $key) {
if ($type == 'string' && strtolower(substr($value['tokenValue'], 0, 7)) == 'record:') {
if (strtolower(substr($value['tokenValue'], 0, 7)) == 'record:') {
$type = 'linkhandler';
}
return $type;
    (1-1/1)